Title: RE: Out of Memory

First, I hope you searched the FAQ first, before asking this question.  If not, let me repeat the request:

   "Please check the FAQ first, before posting to the list!"

It makes the list much more useful if everyone tries to adhere to this rule.

Second, the FAQ documents a solution that may solve your problem.  To increase the heap size for the JVM, add something like the following in your JSERV.PROPERTIES file:

#
# For JVM, set initial heap size to 64 MB and max heap to 128 MB
#
wrapper.bin.parameters=-Xms64m -Xmx128m

Jay

-----Original Message-----
From: Antonio Ruiz Martínez [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 30, 2000 9:29 AM
To: [EMAIL PROTECTED]
Subject: Out of Memory


Hello!
    I'm a problem when I execute a servlet.
     I have the next message in my log file.

java.lang.OutOfMemoryError
 at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:323)

 at org.apache.jserv.JServConnection.run(JServConnection.java:188)
 at java.lang.Thread.run(Compiled Code)

How I can fix it?

Thanks in advance,

Antonio.



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Problems?:       [EMAIL PROTECTED]

Reply via email to