- Check the process's memory usage at various times and when it dies

- Use the profiler at www.optimizeit.com

- For all we know, at 57 minutes it decides to start an infinite loop that
allocates memory. Optimizeit will tell you what objects are allocated and
where they are in the code. Use JDK1.2 if possible to get the maximum
benefit from the profile.

[EMAIL PROTECTED] (Adam Gifford) wrote:
>Hello, we've been writing some servlets that take a significant amount
>of memory,and a long time to run.  With one of the servlets, it has
>repeatedly crashed with
>...

-- Ari Halberstadt mailto:[EMAIL PROTECTED] <http://www.magiccookie.com/>
PGP public key available at <http://www.magiccookie.com/pgpkey.txt>




----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to