Re: Tomcat JVM configuration

2009-06-16 Thread Christopher Schultz
-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 Home>/bin/catlina.sh > > JAVA_OPTS="$JAVA_OPTS -Xms200M -Xmx2048M" Note that you have a smaller initial heap. The JVM may be willi

RE: Tomcat JVM configuration

2009-06-16 Thread Jeffrey Janner
You could try booting Windows with the /3G option. That will get you a little more - say 100 to 200 Mb (VOE) - not what you would really expect. Everyone else is correct. If you really need a significantly larger heap, you will need to go to a 64-bit OS and Java implementation. I am in the process

RE: Tomcat JVM configuration

2009-06-16 Thread Caldarale, Charles R
> From: Zeeshan Ahmad [mailto:zah...@i2cinc.com] > Subject: RE: Tomcat JVM configuration > > It is possible if you will add the following parameters in the Home>/bin/catlina.sh > > JAVA_OPTS="$JAVA_OPTS -Xms200M -Xmx2048M" So after posting one completely wron

RE: Tomcat JVM configuration

2009-06-16 Thread Zeeshan Ahmad
omas [mailto:ma...@apache.org] Sent: Tuesday, June 16, 2009 9:24 PM To: Tomcat Users List Subject: Re: Tomcat JVM configuration Zeeshan Ahmad wrote: > Sure, > > You can assign Max Memory pool to 2048M or more, thanks. Bzzz. Wrong. Not on that OS you can't. The other replies are corr

Re: Tomcat JVM configuration

2009-06-16 Thread André Warnier
Mark Thomas wrote: Bzzz. Wrong. Someone's been watching a lot of TV gameshows. Too bad there isn't an internet media type to convey this properly to the recipient. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.

Re: Tomcat JVM configuration

2009-06-16 Thread Mark Thomas
Zeeshan Ahmad wrote: > Sure, > > You can assign Max Memory pool to 2048M or more, thanks. Bzzz. Wrong. Not on that OS you can't. The other replies are correct. You really need a 64-bit JVM. Mark > > Best Regards, > Zeeshan Ahmad. > -Original Message- > From: Mehrotra, Anurag [mailto:am

RE: Tomcat JVM configuration

2009-06-16 Thread Zeeshan Ahmad
Sure, You can assign Max Memory pool to 2048M or more, thanks. Best Regards, Zeeshan Ahmad. -Original Message- From: Mehrotra, Anurag [mailto:amehro...@telebright.com] Sent: Tuesday, June 16, 2009 8:10 PM To: users@tomcat.apache.org Subject: Tomcat JVM configuration My current setup: Wi

Re: Tomcat JVM configuration

2009-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anurag, On 6/16/2009 10:09 AM, Mehrotra, Anurag wrote: > My current setup: Windows Server 2003 on X86 (32bit). > Apache Tomcat 6.0.16 > Using JVM 1.6.0_06 > > Current setting for the JVM used by tomcat is as follows: > Initial Memory pool - 768MB

Re: Tomcat JVM configuration

2009-06-16 Thread Hassan Schroeder
On Tue, Jun 16, 2009 at 7:09 AM, Mehrotra, Anurag wrote: > Is there a way to go beyond 2GB for the max memory pool on the above > platform? > > Would Unix allow me to allocate more memory to tomcat (JVM)? Can't tell you anything about Windows but I'd think any 64-bit OS would let you allocate mor

RE: Tomcat JVM configuration

2009-06-16 Thread Caldarale, Charles R
> From: Mehrotra, Anurag [mailto:amehro...@telebright.com] > Subject: Tomcat JVM configuration > > Current setting for the JVM used by tomcat is as follows: > Initial Memory pool - 768MB > Max Memory pool - 1536MB By "pool", do you really mean "heap"? Non-standard terminology only causes confu