On Monday 17 October 2005 12:48 pm, A. Khattri wrote:
> Which combination of Tomcat and JVM gives the best performance?
> (or is this question not relevant?)

I'd say irrelevant.  Basically your performance will be controlled by the 
amount of memory you have, the number of child daemons you allow, and the 
basic speed of your system.

Each instance is going to require a big chunk of memory to stay resident and 
not get swapped out; if your limited on memory you're going to find yourself 
swapping like crazy and performance is going to blow.

You should try to identify how much memory each process is consuming then 
adjust the number of child processes to keep them within the amount of 
available memory.
-- 
gentoo-user@gentoo.org mailing list

Reply via email to