> From: joel badia escolà [mailto:basto...@gmail.com] 
> Subject: Problems Increassing -Xmx

> if [ -z "$JAVA_OPTS" ]; then
>       JAVA_OPTS="-Djava.awt.headless=true -Xmx2000m" <---- RELEVANT
> fi

And what happens if you don't put quotation marks around the values?

> And i tried to modify /usr/share/tomcat6/bin/catalina.sh like this:

Don't do that; create a setenv.sh script to hold any environment variables you 
need to set.

> it seems that tomcat ignores me

These are not Tomcat parameters, they are JVM system properties.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to