Forum Discussion
Thugzilla
14 years agoOccasional Contributor
Fixed:: the exact crash I was having had to do with PermGen size rather than heap size.
For anyone else hitting issues like these: I highly recommend using jconsole-> pointing to pergen memory view and running your tests while monitoring the process. You can then know what value to use for -XX:MaxPermSize.
For anyone else hitting issues like these: I highly recommend using jconsole-> pointing to pergen memory view and running your tests while monitoring the process. You can then know what value to use for -XX:MaxPermSize.