Hello:

I currently have a server with 4GB of RAM and 2 GB of swap running about 30 
individual JVM's. I have been trying to set the JVMs to use as little RAM as 
possible.  However each one uses about 2% of the physical RAM. I have tried 
setting the following flag variants 

-Xms5M -Xmx15m -Xss1m

-Xms32M -Xmx128M -Xss1m

-Xms10M -Xmx50M -Xmn5M

However the usage of physical RAM seems to still remain the same although the 
heap is adjusted accordingly I believe.  Does anyone have any tips or pointers 
on how to tune it so that the the entire Resin/JVM process does not use so much 
of the servers resources?

Thanks in advance
JT
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to