[EMAIL PROTECTED] wrote:
Grrrr...

Always the same problem!

I tried in the tomcat.conf script :

JAVACMD="$JAVA_HOME/bin/java -Xms128m -Xmx256m"

or in the dtomcat4 :

JAVA_OPTS=" -server -Xms128m -Xmx256m"

--> The memory used by my tomcat reach 300 MO or more with 0 user
connected...

Why ?
It may be :

- your application init stage

- admin/manager (remove them if you don't need them)

what is the goog hard config for 500 concurrent users on the same tomcat
server ?
It depend on your application, but I'll recommand a least 3 fast Intel based linux boxes, with about 512Mo of RAM, and in front an Apache 1.3/2.0 box + mod_jk.

But it depend really on what your application is doing...




--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to