-XX:MaxPermSize=800m is too luxury, according to memory-profiling result
that I did before, for current CloudStack code base, permanent heap needs
is a little more than 100 MB, I think -XX:MaxPermSize=128m should be okay,
256m would be a very safe bet.
Kelven
On 4/25/13 5:04 PM, "Parth Jagirdar"
Well resolved...
Change - Xmx runtime param on control panel didn't help.
Used Chiradeep's one liner for rescue..
export MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=800m -Xmx2g -Xdebug
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"
Updated Cwiki's
https://cwiki.apache.org