tags:

views:

155

answers:

1

Hi,

I'm looking for a list of the common JVM options, specially for the apache tomcat container.

Thank you, best regards Alex

+1  A: 

The most common options are the ones set the memory size of the JVM - There are so many factors that influence tuning this that there is no one size fits all.

For that start with the default settings and then benchmark. You might want to ask some more specific questions ?

Here are the official sites for JVM and Tomcat configurations.

HotSpot JVM Options http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp

Tomcat Config options http://tomcat.apache.org/tomcat-6.0-doc/config/index.html

Romain Hippeau
thank you, alex
Alex