User development,
A new message was posted in the thread "java.lang.OutOfMemoryError: PermGen
space":
http://community.jboss.org/message/529630#529630
Author : Alexander Berry
Profile :
http://community.jboss.org/people/aberryjr
Message:
--------------------------------------------------------------
Yes, doing a lot of String, methods/classes can cause errors such as this and as you
stated this occurs when there are a lot of variables being initialized. Below is a guide
from sun on these errors. Also if they are attempting to use a lot of Strings and doing
String operations they may try to use the "Stringbuilder" instead of String.
http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/memleaks.html#g...
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/529630#529630