[jboss-user] [Performance Tuning] New message: "Re: java.lang.OutOfMemoryError: PermGen space"

Peter Johnson do-not-reply at jboss.com
Wed Mar 3 13:22:22 EST 2010


User development,

A new message was posted in the thread "java.lang.OutOfMemoryError: PermGen space":

http://community.jboss.org/message/529708#529708

Author  : Peter Johnson
Profile : http://community.jboss.org/people/peterj

Message:
--------------------------------------------------------------
Alexander, please do not ask questions in a private message. You should have asked it here so that everyone can benefit from the discussion.
 
The article you referenced,\
http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/memleaks.html#gbyuu
talks about intered strings. That is literal strings defined or used in your application. If you create a new string that does not match an intered string, the new string is allocated in the heap, not in the permgen.

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/529708#529708




More information about the jboss-user mailing list