I hit this problem not too long ago and decided the o/s default limit of 1024 
was too low for what we were trying to do.

For me, on Redhat, the solution was to edit /etc/security/limits.conf 

tomcatuser hard nofile 65535
tomcatuser soft nofile 65535



--- On Thu, 12/16/10, Peter Flynn <pfl...@ucc.ie> wrote:

> From: Peter Flynn <pfl...@ucc.ie>
> Subject: Re: Too many open files
> To: users@cocoon.apache.org
> Date: Thursday, December 16, 2010, 4:00 PM
> On 16/12/10 14:39, Andreas Kuehne
> wrote:
> > Hi all,
> > 
> > if you're in a Cocoon environment, it's always a good
> idea to avoid the
> > document function. Cocoon offers so many better ways
> like map:aggregate
> > or the CInclude transformer preserving the cache
> functionalities.
> 
> Thank you, that sounds like a useful tip, although I wasn't
> aware of
> either of them. The problem is that the XSLT I am using
> also needs to
> run standalone (ie outside Cocoon) for other reasons, so I
> was trying to
> avoid too much Cocoon dependency.
> 
> ///Peter
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
> For additional commands, e-mail: users-h...@cocoon.apache.org
> 
> 


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to