We are running into some issues on a shared hosting machine. Basically Java
is eating too much memory! :-)



Is it possible to set the amount of memory that a virtual host is allowed to
consume? Perhaps in the server.xml



We have the overall JVM set to use 1024mb of ram, but it is getting to the
point where it is exceeding this



Be aware, if you limit the JVM heap size, that it additionally consumes memory on stack for each thread. Try to reduce max heap size to approximately 768 MB in your case.

Johann

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