Re: Optimized memory Parameter in Tomcat.

2008-12-19 Thread Ronald Klop
This totally depends on what your application does. So nobody on this list can say something about it based the information you give. 2GB is quite a lot of memory, so I think your application has plenty of memory unless it is a very memory hungry program. On 32 bits machines 2GB is a maximum

RE: Optimized memory Parameter in Tomcat.

2008-12-19 Thread Peter Crowther
From: kashif_tomcat [mailto:kas...@vopium.com] our Tomcat 6 server is running on a RHL machine with 4 GB Ram. 32-bit or 64-bit OS? JAVA_OPTS=$JAVA_OPTS -Xms1024M -Xmx2048M -XX:PermSize=128m -XX:MaxPermSize=128m You probably want to make -Xms and -Xmx the same. There's no point fragmenting

RE: Optimized memory Parameter in Tomcat.

2008-12-19 Thread kashif_tomcat
Peter, System is 32 bit. i want to change memory parameters. what i feel is that 1GB(min) and 2GB(max) is very high value. but i can't test it by hit and try coz its our production server. i have used 5 times heavier application then this one with 200mb (min) and 3.5G( maxm) parameters and it

RE: Optimized memory Parameter in Tomcat.

2008-12-19 Thread kashif_tomcat
Peter, System is 32 bit. i want to change memory parameters. what i feel is that 1GB(min) and 2GB(max) is very high value. but i can't test it by hit and try coz its our production server. i have used 5 times heavier application then this one with 200mb (min) and 3.5G( maxm) parameters and it