[EMAIL PROTECTED] wrote:
> 
> After running for several hours, servicing thousands of requests, jserv
> suddenly died with
> 
> Exception in thread "main" java.lang.OutOfMemoryError
>      at java.lang.Thread.start(Native Method)
>      at java.lang.Thread.start(Compiled Code)
>      at org.apache.jserv.JServ.main(Compiled Code)
> 
> Of course, I understand that this means that jserv ran out of memory. But
> why? And how can I avoid this?
> 
Can you try removing logging - in jserv.properties put:

log=false
log.file=/usr/local/apache/logs/jserv_log.log
log.timestamp=truelog.dateFormat=[dd/MM/yyyy HH:mm:ss:SSS zz]
log.channel.init=true
log.channel.terminate=true
log.channel.serviceRequest=true
log.channel.authentication=false
log.channel.requestData=false
log.channel.responseHeaders=false
log.channel.signal=true
log.channel.exceptionTracing=true
log.channel.servletManager=true

Give it a shot....
(If you want to try it harder, you could look @ our JMeter...)

        Pier


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://www.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to