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

Re: CreateJavaVM Failed when setting PermSize

2006-04-10 Thread Leon Rosenberg
I think the PermSize can be only a 2 to the power of n, and 160M isn't a valid value then. Try to set it to 256M. regards Leon On 4/10/06, SnowCrash <[EMAIL PROTECTED]> wrote: > > Hello all, > > I'm trying to override the default PermSize and MaxPermSize values in the > JVM due to some OutOfMemory