Hi All,

Hope all are fine and enjoying best of health... thats good to know :D

Here is my question.

our Tomcat 6 server is running on a RHL machine with 4 GB Ram. 

i have adjusted memory parameters as 

JAVA_OPTS="$JAVA_OPTS -Xms1024M -Xmx2048M -XX:PermSize=128m
-XX:MaxPermSize=128m"

server is working fine with these parameters but i wnt to know that are
these parameters fine with my application or i need to change them for
better performance?

my server is running a Spring Framework mvc based application. 

with these parameters most of time i get following stats when i execute free
-m command on server in peak hours (or something like that).

[r...@vopium ~]# free -m
             total       used       free     shared    buffers     cached
Mem:          4050       3622        428          0        385       2335


NOTE: only apache and tomcat is running on this machine. no other heavy
service running on this server.

Regards,
newbi
-- 
View this message in context: 
http://www.nabble.com/Optimized-memory-Parameter-in-Tomcat.-tp21090101p21090101.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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

Reply via email to