Process java Size

2002-06-21 Thread Guillaume Mignot
Hello When i launch Tomcat 3.3.1 the process size is 557M how can i reduce that? JDK 1.3.1 Tomcat 3.3.1 with apache Txs

Re: Process java Size

2002-06-21 Thread chad kellerman
Edit the tomcat_home/bin/catalina.sh file. Put something like this in it under CATALINA_OPTS CATALINA_OPTS=$CATALINA_OPTS $JPDA_OPTS -Xmx64m -Xms32m This will allow the jvm to use a maximum of 64 meg of memory. and a minimum of 32. You can change this to fit your needs. I am assuming you