Re: Problems Increassing -Xmx

2012-10-02 Thread Konstantin Kolinko
2012/10/2 Caldarale, Charles R chuck.caldar...@unisys.com: 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

Re: Problems Increassing -Xmx

2012-10-02 Thread joel badia escolà
2012/10/2, Konstantin Kolinko knst.koli...@gmail.com: 2012/10/2 Caldarale, Charles R chuck.caldar...@unisys.com: 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

Re: Problems Increassing -Xmx

2012-10-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ben, On 10/1/12 10:27 PM, Ben Stringer wrote: Is it a 64-bit Debian install? If only 32-bit, you will be bumping up against the addressing limitations. Not likely: when you hit JVM heap size restrictions, the JVM won't even start. OOME is the

RE: Problems Increassing -Xmx

2012-10-01 Thread Caldarale, Charles R
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

Re: Problems Increassing -Xmx

2012-10-01 Thread Ben Stringer
Hi Joel, Is it a 64-bit Debian install? If only 32-bit, you will be bumping up against the addressing limitations. Cheers, Ben On 02/10/2012, at 9:07 AM, joel badia escolà basto...@gmail.com wrote: Hi all, I'm trying to set up my max heap size in 2Gb but my tomcat installation ignores me