-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Zeeshan,

On 6/16/2009 11:44 AM, Zeeshan Ahmad wrote:
> It is possible if you will add the following parameters in the <Tomcat
> Home>/bin/catlina.sh
> 
> JAVA_OPTS="$JAVA_OPTS -Xms200M -Xmx2048M"

Note that you have a smaller initial heap. The JVM may be willing to
start with a heap that is initially smaller than 2048MiB, but at some
point it will probably crash (and not with OOME... with something else
probably).

Try starting a JVM on a 32-bit platform like this:

java -Xms2048M -Xmx2048M [whateverclass]

... and see what happens. If you can find a hw/OS/JVM combo that works,
please post it (along with some non-forged output demonstrating that it
worked). We'll put it in the book of Amazing Facts.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAko4GR4ACgkQ9CaO5/Lv0PC90wCeLK/SLsTQZMHv8yhrdh9GMVJx
IL0AmwQO6u4bTY9mrAyDnLQkErn8LZln
=dwJv
-----END PGP SIGNATURE-----

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

Reply via email to