On Mon, 28 Oct 2002 [EMAIL PROTECTED] wrote:

> JAVA_OPTS=" -server -Xms128m -Xmx256m"
> 
> --> The memory used by my tomcat reach 300 MO or more with 0 user
> connected...

The memory usage of the process is not the total of the memory of all
the threads.  Take ONE thread memory usage (in top for example), this
is the memory usage of your process.  You can confirm this output
with a call to Runtime.getRuntime().totalMemory().

-- 
Denis Benoit


--
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