Under what conditions?

Both Tomcat and James experience problems like you have described under heavy loads 
where garbage collection is not agressive enough to keep up with the rapid creation 
and destruction of objects, using the "-server" java option cures that.
It is also possible that -Xnoincgc may make the problem better or worse, you would 
have to experiment with it.

> -----Original Message-----
> From: yuval lifshitz [mailto:[EMAIL PROTECTED]]
> Sent: 06 February 2003 10:40
> To: [EMAIL PROTECTED]
> Subject: xml-rpc connection pool
> 
> 
> Hi,
> 
> We have notice that the connection pool of the WebServer makes 
> the application runs out of memory.
> It looks as if buffers are never releases and only grows on every 
> new connection.
> 
> Did any one encounter this problem ?
> 
> Thanks.
> 


Reply via email to