You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by lishin lin <ll...@usinteractive.com> on 2000/02/21 15:37:41 UTC

out of memory

Hi,

I'm experiment with Tomcat with simple "Hello World" servlet.
When I send 50 concurrent requests, I got java.lang.outOfMemory error.
Tomcat works fine upto 40 concurrent requests for the same servlet.
I'm using Tomcat 3.1M1 with Java 1.2 on Solaris 2.7.

We try to add -mx swith to the Java invocation in tomcat.sh
(line 102)
    $JAVACMD -mx96m org.apache.tomcat.shell.Startup "$@" &
And it still out of memory.

Any suggestion?

Lishin