Hi Peter, I do not have a catalina.bat file in my Tomcat bin directory. Should I create one?
I have also read somewhere that you should also create setenv.bat file with these settings. Are they the same thing? I have already done that. Daniel On Wed, Oct 12, 2011 at 1:25 AM, Peter J. Farrell <[email protected]> wrote: > ** > > Hi Alan, > > I don't think I have seen such mentions. > > *Last log from catalina (Tomcat Log) is this:* > Oct 12, 2011 12:00:27 AM org.apache.catalina.core.StandardWrapperValve > invoke > SEVERE: Servlet.service() for servlet cfmServlet threw exception > java.lang.OutOfMemoryError: GC overhead limit exceeded > > > You're definitely running out of memory and crashing the JVM. What are > your JVM settings in Tomcat? Look in the /bin/catalina.bat/sh. Mine are: > > JAVA_OPTS="-Xms1024m -Xmx1536m -XX:MaxPermSize=384m" > > * 1gb heap min > * 1.5gb heap max > * 384mb perm size max > > -- > Peter J. > [email protected]@maestropublishing.comhttp://blog.maestropublishing.com > Identi.ca / Twitter: @maestrofjp > > -- > official tag/function reference: http://openbd.org/manual/ > mailing list - http://groups.google.com/group/openbd?hl=en > -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
