JBoss Community

java.lang.OutOfMemoryError: PermGen space

reply from Ruchir Choudhry in Performance Tuning - View the full discussion

The permanent generation is used to store class objects and related meta data,

 

-XX:PermSize=256m -XX:MaxPermSize=256m If the problem still persist,then its better to do a profiling and see what is the class which are making too many objects and why.


Thanks,

Ruchir

Reply to this message by going to Community

Start a new discussion in Performance Tuning at Community