J2ee Server on test (tomcat out of memory)
Hi,
I test an application on J2ee application Server and on stress condition I got a server error:
java.lang.OutOfMemoryError
at java.lang.Thread.start(Native Method)
at org.apache.tomcat.service.TcpEndpoint.processSocket(TcpEndpoint.java:246)
at org.apache.tomcat.service.TcpEndpoint.acceptConnections(TcpEndpoint.java:256)
at org.apache.tomcat.service.TcpListenerThread.run(TcpEndpoint.java:291)
at java.lang.Thread.run(Thread.java:484)
The only variable about memory (thresold) is passivation.... from default.config file
I think the tomcat needs more memory ....
Can you tell me if is there a way to configure the server to avoid this memory ....?

