setting JVM parameters with TOMCAT
843842Jul 31 2009 — edited Jul 31 2009Hello, I am attempting to set the following
JAVA_OPTS="$JAVA_OPTS -Xmx128m -Xms128m"
by placing it at the top of my catalina.sh file, i restart the server and check the servers JVM status in the manager app and it says the jvm memory size if 64 meg, what am i doing wrong?
I am running tomcat6 (as a service on centOS), the catalina file is in tomcat/bin
any help much appreciated!
ps is there a better forum to post this is, i couldnt see a web app server forum?