-XX:PermSize=64M  -XX:MaxPermSize=128M, these parameters define
"PermGenSpace", this is where all class files are loaded. 

Check out your Heap memory size.  The PermGenSpace should be 1/4th of your
allocated Heap memory. 
 
 
 
Best Regards,
 
 Vikram
-----Original Message-----
From: Brian Thompson [mailto:elephant...@gmail.com] 
Sent: Friday, July 09, 2010 1:14 PM
To: Struts Users Mailing List
Subject: Re: OutOfMemoryError: PermGen space!!!! Dont know why?

You could also adjust your eclipse.ini to give more memory to the JVM:

-XX:PermSize=64M  -XX:MaxPermSize=128M

Add it to the --vmargs section of the file.

-Brian

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to