Re: CreateJavaVM Failed when setting PermSize

2006-04-10 Thread SnowCrash
Wow... I'm sure I tried that originally and got the same problem... however this time it worked! Thanks. FYI for anyone else, this is what I have in my Tomcat Service config: -Dcatalina.home=C:\tomcat-5.5.12 -Dcatalina.base=C:\tomcat-5.5.12 -Djava.endorsed.dirs=C:\tomcat-5.5.12\common\endorsed

CreateJavaVM Failed when setting PermSize

2006-04-10 Thread SnowCrash
Hello all, I'm trying to override the default PermSize and MaxPermSize values in the JVM due to some OutOfMemory errors we were getting recently, but I don't appear to be able to set this in the Tomcat Service Properties (on Windows). I have tried adding: -XX:PermSize=128m -XX:MaxPermSize=160m