I think my main question is, what is the significance of it throwing an
exception from the jserv code as opposed to mine, and why would it always
crash at the same running time(even with more memory) ?
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
> [22/04/1999 12:25:48:744 EDT] java.lang.OutOfMemoryError
> at org.apache.jserv.JServConnection.run(Compiled Code)
> at java.lang.Thread.run(Compiled Code)
> in the logs. it always seems to crash @ 57minutes (apache timeout was
> raised to 60minutes),
> we have adjusted the -mx setting from teh default to 32megs to 100megs,
> with no apparent effect. I don't believe its due to exhausting the
> memory/swap space on the machine.
>
> Is there another memory setting that should be adjusted, or any other
> ideas? If it had run for longer i would have just given it more memory,
> but it ran for the same amount of time with ~3x memory allocated to it.
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]