Changes between Initial Version and Version 2 of Ticket #472


Ignore:
Timestamp:
Jan 18, 2007, 12:08:53 PM (17 years ago)
Author:
Jari Häkkinen
Comment:

I am currently looking into these items (found searching the web) for a solution

  • http://wiki.apache.org/tomcat/OutOfMemory
  • Try to add more space for PermGen using -XX:MaxPermSize=256m. However, I think this will only postpone the problem. http://java.sun.com/docs/hotspot/VMOptions.html
  • in cases with different webapps with the same third party libs in the WEB-INF/lib folder it might help if the shared libs are moved to the shared/lib folder. Put only the third party libs there, that are definitely the same for all webapps, for example jdbc-driver and similar things. This helps because otherwise the libs are loaded by different classloaders

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #472

    • Property Status newassigned
  • Ticket #472 – Description

    initial v2  
    1 I get java.lang.OutOfMemoryError: PermGen space error when running several BASE application in parallel on one tomcat server.
     1I get java.lang.!OutOfMemoryError: !PermGen space error when running several BASE application in parallel on one tomcat server.