Monday, April 20, 2009

Increase Glassfish memory(heap)

Application Server->JVM Settings->JVM Options

Change -Xmx512m to -Xmx1024m or more.

OR if you are get out of PermGen memory add a property

-XX:MaxPermSize=256m

2 comments: