http://jakarta.apache.org/tomcat/faq/memory.html#why

After a long battle with HP-UX - I love the performance I get on it. Odds are - your memory issues have to do with process/thread limits.

If you are running apache and tomcat on the same machine - run them as different userids since the sum of all the resources of all the process used by both may go over the kernel (or other configurable) limits.

99% of the time, OOM memory have nothing to do with memory but limits on files/sockets etc.


-Tim

Wendy Smoak wrote:
I'm beginning to have some REALLY unkind thoughts about HP-UX.  Yet again,
what works perfectly fine on my [Win2000] development machine, has major
problems when deployed to HP-UX.

Every single request to this webapp produces the error below.  The server
has 4 GB of memory, and it's an authentication (login) webapp, it's not
doing anything memory intensive.  What do you mean, OutOfMemoryError?!

I have no idea how to even begin trying to figure out what's wrong. :(

2004-12-03 15:42:35 StandardWrapperValve[action]: Servlet.service() for
servlet action threw exception
javax.servlet.ServletException: Servlet execution threw an exception

<SNIP>

a:683)
at java.lang.Thread.run(Thread.java:534)
----- Root Cause ----- java.lang.OutOfMemoryError



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to