Micha Bayer wrote:
> Hi Bob,
> 
> I seem to remember having the same problem with another webapp under
> Tomcat some time ago. Have a look at
> http://wiki.apache.org/tomcat/OutOfMemory. There it says:
> 
> "A webapp that uses lots of libraries with many dependencies, or a
> server maintaining lots of webapps could exhauste the JVM PermGen space.
> This space is where the VM stores the classes and methods data. In those
> cases, the fix is to increase this size. The Sun VM has the flag
> -XX:MaxPermSize that allows to set its size (the default value is 64M)"
> 
>>From what I remember I added that flag into the Tomcat startup script
> and that sorted it. Give it a try. Setting the max heap size with -Xmax
> is not enough anyway.

We had the same issue with a server running multiple BASE applications.
http://base.thep.lu.se/ticket/472

It is possible to set the JVM parameters in the CATALINA_OPTS 
environment variable.

/Nicklas

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
[EMAIL PROTECTED]

Reply via email to