Adam Gifford wrote:
> jon * wrote:
>
> > > i forgot to mention top only reports 73m allocated by the java process.
> >
> > what happens with your outofmemory exceptions when you -mx200m? I bet they
> > go away.
> >
> > -jon
> >
> >
>
> what is the significane of the exceptions coming from jserv as opposed to my
> code as they used to before i upped the memory ? (from default 16m)
>
None at all ... it just happened to be a JServ method that tried to allocate a
new object and could not. JServ is sharing the same memory space as your
servlets, so it can fall victim to running out of memory just like your code
can.
Craig McClanahan
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]