RE: -Xmx/-Xms Parameters, Where do they go???

2002-06-25 Thread Brian Bernardo
the JVM used more of the physical memory the machine has (4gb) and less swap. Brian -Original Message- From: bob McLaughlin To: [EMAIL PROTECTED] Sent: 6/24/2002 2:10 PM Subject: -Xmx/-Xms Parameters, Where do they go??? The tomcat users guide states, that to improve performance, more

RE: -Xmx/-Xms Parameters, Where do they go???

2002-06-25 Thread Jack Li
How and where to set -server? Thanks, Jack Li -Original Message- From: David Kavanagh [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 5:18 PM To: Tomcat Users List Subject: Re: -Xmx/-Xms Parameters, Where do they go??? I've added a line in my tomcat.sh that sets the TOMCAT_OPTS

RE: -Xmx/-Xms Parameters, Where do they go???

2002-06-25 Thread Shapira, Yoav
To: 'Tomcat Users List' Subject: RE: -Xmx/-Xms Parameters, Where do they go??? How and where to set -server? Thanks, Jack Li -Original Message- From: David Kavanagh [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 5:18 PM To: Tomcat Users List Subject: Re: -Xmx/-Xms Parameters, Where do

AW: -Xmx/-Xms Parameters, Where do they go???

2002-06-25 Thread Ralph Einfeldt
List' Betreff: RE: -Xmx/-Xms Parameters, Where do they go??? How and where to set -server? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

AW: -Xmx/-Xms Parameters, Where do they go???

2002-06-25 Thread Ralph Einfeldt
Nachricht- Von: Ralph Einfeldt Gesendet: Dienstag, 25. Juni 2002 14:15 An: Tomcat Users List Betreff: AW: -Xmx/-Xms Parameters, Where do they go??? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

-Xmx/-Xms Parameters, Where do they go???

2002-06-24 Thread bob McLaughlin
The tomcat users guide states, that to improve performance, more memory can be allocated to tomcat in: Modify your JVM memory configuration. Normally the JVM allocates an initial size for the Java heap and that's it, if you need more then this amount of memory you will not get it. Nevertheless,

Re: -Xmx/-Xms Parameters, Where do they go???

2002-06-24 Thread Larry Meadors
You could modify the scripts, or set an environment variable called CATALINA_OPTS on 4.X or TOMCAT_OPTS if you are still using 3.x with those settings. Those vars are referenced in the scripts too. Larry [EMAIL PROTECTED] 06/24/02 15:12 PM The tomcat users guide states, that to improve

Re: -Xmx/-Xms Parameters, Where do they go???

2002-06-24 Thread David Kavanagh
I've added a line in my tomcat.sh that sets the TOMCAT_OPTS variable. You should really set -server since I've seen noticeable improvements over the -client option (which is the default). -server must be the first option. Then, use -Xms and -Xmx to increase your memory allocation. If you are