[EMAIL PROTECTED] wrote:
Hi,

I have three WAR files running in geronimo-1.1 but after a while I start
getting an OutOfMemoryError.  I am allocation 2048MB to the JVM when I
start the server, and top shows I am only using around 500MB.  When I run
the same thing in Tomcat 4.1 I have no issues.  Any suggestions?

Ryan Shows
Configuration Manager
Symcor Inc.
416-673-3079
[EMAIL PROTECTED]


This sounds like you need to increase the max permanent generation size (e.g. used for classes that are loaded) e.g. by setting -XX:MaxPermSize=128m

John

Reply via email to