This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Performance and the fly likes PermGen error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "PermGen error" Watch "PermGen error" New topic
Author

PermGen error

saulo Matos Venancio
Greenhorn

Joined: Jun 07, 2010
Posts: 1
I ve profiled my application and noticed that the PermGen problem is happening because of a steady growth of my non reap memory,
Does anybody knows how to limit non reap memory to grow??
Anybody had the same problem?
My code is very lean, any clue?
tks.
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Are you interning strings?

Do you have any custom class loaders?


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Lawrence Xu
Greenhorn

Joined: Feb 11, 2004
Posts: 11
post your code and error log
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: PermGen error
 
Similar Threads
PerGen Space
Shut down JVM using command
interogating jars for specific classes
Out Of Memory Error
JBoss in Action Permgen Out of Memory Error