----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,

we had a similar problem with our JServ - 256 Meg RAM but still the jserv
crashed with an "out-of-memory"-error. You need to tell jserv, that it shall
use that much memory space by adding

wrapper.bin.parameters= -Xms100m -Xmx100m

to the jserv.properties-file (or give "-Xms100m -Xmx100m" as parameter if
you start jserv manually).

Of course you can change the 100m by whatever memory you want to spent. The
parameter structure is for the jdk 1.2.x - it's slightly different for
1.1.x - but I think you can look in the doku if this applies ;-)

Have fun with JServ,
Roland ;-)

-----Ursprüngliche Nachricht-----
Von: "Helz Angel" <[EMAIL PROTECTED]>
An: <[EMAIL PROTECTED]>
Gesendet: Donnerstag, 8. Februar 2001 16:55
Betreff: JServ crashes


> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> Hi All
>
> I have a weird problem. During heavy load my jserv dies with an error
message "Could not listen to the specified port java.lang.OutOfMemoryError".
My max heap is 256M and the heap size when it crashes is aroung 80M. It just
doesn't make sense because you get a OutOfMemory error when java runs out of
heap space and there is a lot of heap left. I have enough free RAM though.
>
> My setup is Apache(1.3.9) with 3 Jservs(1.1) running Solaris 2.6
> JDK1.1.8 running on E220R.
>
> Thanking you in advance.
> Madhu
>
>
>
> Get your small business started at Lycos Small Business at
http://www.lycos.com/business/mail.html
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search Archives:
> <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
>



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to