Hi, Does anybody know how to the fix java.lang.OutOfMemoryError: PermGen space message in my particular case?
I'm running the following configuration: Apache Tomcat/6.0.20 1.6.0_21-b07 Sun Microsystems Inc. Windows Server 2008 6.0 x86 Java 32 bit: D:\Program Files (x86)\Java\jre6\bin\client\jvm.dll Inside Tomcat i've got the following applications: Geoserver 2.0.snapshot Deegree-WFS 2.4 This runs 'ok'. Once in a while it stops with the PermGen space message. As soon as I install an additional Geoserver instance (2.1.snapshot), Tomcat will not start anymore and the log tells me that on every load attempt of libraries etc, it gets a PermGen space OO message. I've put this in catalina.bat: rem Execute Java with the applicable properties set JAVA_OPTS=%JAVA_OPTS% -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:+UseConcMarkSweepGC -XX:PermSize=128m -XX:MaxPermSize=512m When I put those values in the Tomcat windows properties manager (under the Java tab, Java options) then tomcat wil not start at all.. Any ideas? Thanks in advance, Sjoerd ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
