I guess you didn't read the FAQ link. If you don't use JAVA_OPTS, then you will have memory issues. How to set them is also in the FAQ.

The JVM is a virtual machine. Since it is a virtual machine it takes care of all memory issues within itself. The JVM has the responsibility of obtinaing memory from the operating system. Because of this, it also has the opportunity to NOT take all available memory from the OS. These parameters may be set via command line arguements.

-Tim

seanssu wrote:
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