Hi we stay aligned on tomcat for this part. I googled as well and found this issue for Tomcat 5.5 but not for Tomcat 7. Are you sure it is the cause of your issue?
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-05-12 19:33 GMT+02:00 gnanapandithan <[email protected]>: > > We were using Apache Geronimo Application server in my project. Now We have > migrated to Apache TomEE 1.7.0 server. We are facing outofmemory issue in > TomEE 1.7.0 after 20 days. It is keep on increasing 50 MB daily. We > couldn't > re-produce this scenario in my load box though we give more load to > application. it is working fine. > > we googled the issue and find one solution for this one. It is TomEE server > JSP page renderer issue. BodyContentImpl class char array hold the memory > and it is not relasing the memory. > > To fix this issue we have added below mentioned properties in > Catalino.properties file > > org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true > org.apache.jasper.runtime.JspFactoryImpl.USE_POOL=false > > Will it fix this issue or I need to add any additional configuration ? > > kindly help me on this. > > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Memory-Leak-in-TomEE-1-7-0-tp4674753.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
