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.
