Re: [vcap-dev] Java OOM debugging
Daniel Mikusa
On Thu, May 14, 2015 at 2:59 PM, Lari Hotari <Lari(a)hotari.net> wrote:
On 15-05-14 10:23 AM, Daniel Jones wrote:Sorry for the duplicate. Resending as my first reply didn't go back to theThanks again for your input. Have you seen this problem with versionsI don't have proper data gathered from older than 8.0.20, so I cannot list. Since the Connector in server.xml is not specifically setting an implementation it should use the NIO connector, which is the default in Tomcat 8. A quick test on PWS confirmed this for me. https://github.com/cloudfoundry/java-buildpack/blob/master/resources/tomcat/conf/server.xml#L22 It would be interesting to see if the BIO or APR connectors have similar issues. BIO would be easy to test, just add `protocol="org.apache.coyote.http11.Http11Protocol"` to the Connector tag on line #22. APR would be trickier as you'd need to compile the native library and pull that into the environment. Dan
|
|