@newToTc,
Add "MaxPermSize" ( what is it: http://wiki.caucho.com/-XX:MaxPermSize )
these settings may help you: http://www.dotkam.com/2010/08/26/tomcat-add-memory/
Code:
JAVA_OPTS="-Xms512m -Xmx1024m -XX:MaxPermSize=384m -Xss128k"
/Anatoly
P.S. If that doesn't help set these:
Code:
-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled
Last edited by litius; Sep 28th, 2010 at 10:37 AM.
Humans are stateful and mutable beings that have no problems processing many things concurrently and share state with others + they are usually "coupled"