Gentoo Archives: gentoo-user

From: Dave Nebinger <dnebinger@××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Best Tomcat performance?
Date: Mon, 17 Oct 2005 17:11:18
Message-Id: 200510171305.48120.dnebinger@joat.com
In Reply to: [gentoo-user] Best Tomcat performance? by "A. Khattri"
1 On Monday 17 October 2005 12:48 pm, A. Khattri wrote:
2 > Which combination of Tomcat and JVM gives the best performance?
3 > (or is this question not relevant?)
4
5 I'd say irrelevant. Basically your performance will be controlled by the
6 amount of memory you have, the number of child daemons you allow, and the
7 basic speed of your system.
8
9 Each instance is going to require a big chunk of memory to stay resident and
10 not get swapped out; if your limited on memory you're going to find yourself
11 swapping like crazy and performance is going to blow.
12
13 You should try to identify how much memory each process is consuming then
14 adjust the number of child processes to keep them within the amount of
15 available memory.
16 --
17 gentoo-user@g.o mailing list