Hello all

I run tomcat on a virtual private server with very limited resources.
Therefore I want tomcat to run with very restrictive memory usage. I
tried hard to get this done, but with no success. Tomcat uses as much
memory as it wants to use, regardless of the specified startup settings.

OS: Ubuntu Server 6.10

Tomcat: 5.0.30

'ps':
tomcat5 26107 0.7 3.5 341488 141492 ? Sl 08:18 3:01
/usr/lib/j2sdk1.5-sun/bin/java -Djava.awt.headless=true -server -Xms48m
-Xmx64m ...

'top':
26107 tomcat5   17   0  333m 138m  16m S    0  3.5   3:02.97 java

As you can see, tomcat uses 138m, even though, it was start up with 64m
restriction (-Xmx64m).

What's wrong here?

Kind regards
Christoph Sperle

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to