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 wro

Re: Problems Increassing -Xmx

2012-10-02 Thread joel badia escolà
2012/10/2, Konstantin Kolinko : > 2012/10/2 Caldarale, Charles R : >>> From: joel badia escolà [mailto:basto...@gmail.com] >>> Subject: Problems Increassing -Xmx >> >>> if [ -z "$JAVA_OPTS" ]; then >>> JAVA_OPTS="-Djava.awt.h

Re: Problems Increassing -Xmx

2012-10-02 Thread Konstantin Kolinko
2012/10/2 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 >

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à wrote: > Hi all, > > I'm trying to set up my max heap size in 2Gb but my tomcat > installation ignores me :( . I'm worki

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 aroun

Problems Increassing -Xmx

2012-10-01 Thread joel badia escolà
Hi all, I'm trying to set up my max heap size in 2Gb but my tomcat installation ignores me :( . I'm working with GNU/Linux Debian "Squeeze" (Current Stable), and my tomcat version it's 6. I tried to modify my /etc/init.d/tomcat6 file adding this (I add some context for non Debian users): # Defaul