On Mon, Apr 14, 2008 at 5:32 PM, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > On Mon, Apr 14, 2008 at 5:28 PM, Vidar Ramdal <[EMAIL PROTECTED]> wrote: > > > ...I've done some stress testing on Sling, and I consistently get a Too > > > many open files error after about 850 requests, when I run an ESP > > script.... > > Looks like you're running a unixish box, could you try using the lsof > command to see what these files are? > > lsof -p <pid of your java process> should do it
OK, I get just about 850 rows of this: java 31685 root 175r REG 104,1 16 829481 /usr/local/resin-3.1.1/sling/jackrabbit/workspaces/default/blobs/dc/8e/9c1ccf814774bb9c44ba49453cdc/%7bhttp%3a%2f%2fwww.jcp.org%2fjcr%2f1.0%7ddata.0.bin So it's something from the repository that is being opened and not closed? -- Vidar S. Ramdal <[EMAIL PROTECTED]> - http://www.idium.no Akersgata 16, N-0158 Oslo, Norway
