Memory startup settings need adjustment
Status: Alpha
Brought to you by:
laramiec
Also, server may need more memory allocation. Current is 300Megs.
logs are in
~/bin/apache-tomcat-6.0.14/logs
I generated a memory trace after the server punked out. Looks like we don't even have the memory set up to match the machine yet.
Related is that dynamide has a memory leak when beanshell is on.
Stack trace showing memory indicators
Bumped system memory to 596Megs on dynamide.com
Bumped script memory to
export JAVA_OPTS="-Xms128m -Xmx256m"
startup.sh
Before the system memory bump, the system was a 300M, and the above settings caused the jvm to quit after a few hours, presumably since we violated some memory alloc rule on our hosting.