You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bob <ja...@intrix.at> on 2005/04/12 19:31:07 UTC

Tomcat Requirements

I read much about memory usage and processes
but nobody can say how much memory I need!
 
I have to define the budget for the environment
for a solution to serve 1000-3000 concurrent users.
 
Which hardware should I buy, 
XEON Server Processor(s)?
Ram?
I want to use Linux.
 
Please give me an hint.
 
Thanks
Bob

RE: Tomcat Requirements

Posted by Robert Harper <ro...@iat-cti.com>.
Java will use as much as you let it. The amount of memory is dependent more
on your app. than Tomcat. You can write inefficient code that will kill any
platform or you can write very efficient code that will hardly tax the
system. Tomcat itself does not require that much to run. You should also
consult the documentation for the garbage collector in the version of the
JVM you are using for settings to control how much memory to allocate, grow
by, and parameters for when to garbage collect.

Robert S. Harper
801.265.8800 ext. 255
robert@iat-cti.com

-----Original Message-----
From: Bob [mailto:java@intrix.at] 
Sent: Tuesday, April 12, 2005 11:31 AM
To: tomcat-user@jakarta.apache.org
Subject: Tomcat Requirements

I read much about memory usage and processes
but nobody can say how much memory I need!
 
I have to define the budget for the environment
for a solution to serve 1000-3000 concurrent users.
 
Which hardware should I buy, 
XEON Server Processor(s)?
Ram?
I want to use Linux.
 
Please give me an hint.
 
Thanks
Bob



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org