-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:[email protected]] 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: [email protected] For additional commands, e-mail: [email protected]
smime.p7s
Description: S/MIME cryptographic signature

