Re: [Resin-interest] Too many open files

2007-03-18 Thread Akila Amarathunga
Hi, Adjust the number of open files using "ulimit -n" and change the stack size using "ulimit -s"... default stack size is 10 mb but I think 2 mb is more than enough.. Also I think you have the following in your web.xml under your applications WEB-INF... configuration D

Re: [Resin-interest] Too many open files

2007-03-15 Thread Bill Au
You can also use the lsof command to find out what is being opened. Network connections count as open files too. Bill On 3/15/07, sksamuel <[EMAIL PROTECTED]> wrote: I'm assuming this is on Linux or something else that's Unixy. You can find out what your limit for open files is by typing "uli

Re: [Resin-interest] Too many open files

2007-03-14 Thread sksamuel
I'm assuming this is on Linux or something else that's Unixy. You can find out what your limit for open files is by typing "ulimit -a". Here's an example from one of my systems: . Do a "man bash" and search for "ulimit" if you want more details. Thanks very much for your help Jose. S

Re: [Resin-interest] Too many open files

2007-03-13 Thread Jose Quinteiro
I'm assuming this is on Linux or something else that's Unixy. You can find out what your limit for open files is by typing "ulimit -a". Here's an example from one of my systems: # ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited max nice

Re: [Resin-interest] too many open files

2006-09-18 Thread Scott Ferguson
On Sep 18, 2006, at 11:43 AM, David Hansen wrote: > > Right now we're only configured with the default tree loader: > > > > > > > java 11945root 1020r REG8,3 1886356 > 503420273 /opt/deployments/jars/wtcls.jar I don't understand what is loading

Re: [Resin-interest] too many open files

2006-09-18 Thread David Hansen
On Sep 18, 2006, at 10:34 AM, Scott Ferguson wrote: > > Thanks. How is that .jar configured in the resin.conf? Can you > give the section of the resin.conf that references > it? In particular, if it's defined in a or > defined directly in a , but some other detail might matter. Right

Re: [Resin-interest] too many open files

2006-09-18 Thread Scott Ferguson
On Sep 18, 2006, at 10:34 AM, David Hansen wrote: > Following the suggested lsof idea, it appears that Resin is > continually opening file descriptors to the same jar. > > > java 11390root 33u REG8,3 1886356 > 503420273 /opt/deployments/jars/wtcls.jar > about 900 more