Hi all,
Recently we had outage in our server(jboss-eap-4.3) and after analysing the heap dumps we realised that JSPRuntimeContext was occupying more than 30% of heap space.
Is it suggestable to add the below java option
org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true
org.apache.jasper.runtime.JspFactoryImpl.USE_POOL=false
Regards,
Thulasi