Bug #48485 how to configure tomcat memory usage should be documented
Submitted: 2 Nov 2009 20:52 Modified: 14 Jan 2010 9:16
Reporter: Ben Krug Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Documentation Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: MC Brown CPU Architecture:Any

[2 Nov 2009 20:52] Ben Krug
Description:
Tomcat can use a fair amount of memory by default; it would be nice if defaults were documented, and the fact that the settings can be configured in

 ./apache-tomcat/bin/setenv.sh 
under JAVA_OPTS
(eg using 
JAVA_OPTS="-Xmx768M -Xms768M -Xss128k -XX:+HeapDumpOnOutOfMemoryError 
)

Some customers have had issues with the tomcat memory usage, and this would be a good heads-up as well as allowing them to configure this appropriately for their needs.

How to repeat:
n/a

Suggested fix:
update documentation regarding tomcat memory usage and how to configure it
[14 Jan 2010 9:16] MC Brown
I've added a note to the 2.1 and 2.2 docs about setting these values.