How can I prevent PermGen space errors in Netbeans?

Posted by DR on Stack Overflow See other posts from Stack Overflow or by DR
Published on 2009-03-23T14:45:04Z Indexed on 2010/04/15 11:13 UTC
Read the original article Hit count: 416

Filed under:
|
|
|

Every 15-30 minutes Netbeans shows a "java.lang.OutOfMemoryError: PermGen space". From what I learned from Google this seems to be related to classloader leaks or memory leaks in general.

Unfortunatly all suggestions I found were related to application servers and I have no idea to adapted them to Netbeans. (I'm not even sure it's the same problem)

Is it a problem in my application? How can I find the source?

© Stack Overflow or respective owner

Related posts about netbeans

Related posts about java