http://tomcat.apache.org/faq/memory.html

"If you have a lot of servlets or JSP's, you may need to increase your permanent generation. By default, it is 64MB. Doubling it to be -XX:MaxPermSize=256m might be a good start."

Pardon the bad math in the faq since 64*2!=256 ;)


-Tim

Nikola Milutinovic wrote:
        PS Perm Generation
           capacity = 22675456 (21.625MB)
           used     = 22515408 (21.472366333007812MB)
           free     = 160048 (0.1526336669921875MB)
           99.2941795746026% used

Here is the failure. PermGen is getting exhausted.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to