System memory of 1gig is good, but your JVM has a default limit so you may
need to increase the heap size for your application.

It will be a command line parameter to the JVM that probably will look
something like "-Xmx128m".  Where 128m means - 128 megs of memory for the
heap.

For other issues make sure to read the link that Tim Funk sent earlier...
its true... google is your friend.

Good luck

John Haro

-----Original Message-----
From: seanssu [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 28, 2003 8:37 PM
To: Tomcat Users List
Subject: Re: Help: Server Runtime error

Tim:

I've checked the system, it has free memory. the machine is IBM M80, 1G RAM

SEAN

----- Original Message -----
From: "Tim Funk" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 9:02 AM
Subject: Re: Help: Server Runtime error


> Your out of memory.
> http://jakarta.apache.org/tomcat/faq/memory.html#why
>
> -Tim
>
> seanssu wrote:
> > Hi,
> >
> > my system was running on tomcat4.06, which was a MVC structure, Servlet
received requests and send back JSP pages.
> >
> > after the server running 8hours, I was sent the following errors:
> >
> >
> >
> >
> > ----- Root Cause -----
> >
> > java.lang.OutOfMemoryError
> >
> >
> >
> > 2003-07-06 10:15:18 PageContextImpl: creating out
> >
> > java.lang.OutOfMemoryError
> >
> >       at
org.apache.jasper.runtime.JspWriterImpl.<init>(JspWriterImpl.java:132)
> >
> >       at
org.apache.jasper.runtime.PageContextImpl._createOut(PageContextImpl.java:47
9)
> >
> >       at
org.apache.jasper.runtime.PageContextImpl._initialize(PageContextImpl.java:1
46)
> >
> >
> >
> > who could give me advice?
> >
> >
> >
> > sean
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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




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

Reply via email to