Re: AW: Lucene Problems

2002-11-04 Thread Jeremy Quinn
With your help, the problem is solved, many thanks! The solution for MacOSX with the TCSH SHell, is to type the following, before starting TomCat using the same Shell: limit descriptors 2048 whether the number actually needs to be that big, I do not know, but it worked ;) regards Jeremy On

Re: AW: AW: Lucene Problems

2002-11-04 Thread Jeremy Quinn
On Monday, Nov 4, 2002, at 12:09 Europe/London, Peter Neumcke wrote: Thanks, Peter. How/where do you set this? In the command-line invocation of TomCat? I just did a "man ulimit" and got no results on MacOSX. ulimit is a "BASH BUILTIN COMMAND". No idea if there's something similar on MacOSX

AW: AW: Lucene Problems

2002-11-04 Thread Peter Neumcke
> Thanks, Peter. > > How/where do you set this? > > In the command-line invocation of TomCat? > I just did a "man ulimit" and got no results on MacOSX. ulimit is a "BASH BUILTIN COMMAND". No idea if there's something similar on MacOSX. Here's what my man-pages say about ulimit: ulimit [-SHacd

Re: AW: Lucene Problems

2002-11-04 Thread Jeremy Quinn
On Monday, Nov 4, 2002, at 10:25 Europe/London, Peter Neumcke wrote: Hi Jeremy, we had this problem too (on Linux)- solved it by setting the maximum number of open file descriptors to 2048: ulimit -n 2048 Thanks, Peter. How/where do you set this? In the command-line invocation of TomCat?

AW: Lucene Problems

2002-11-04 Thread Peter Neumcke
Hi Jeremy, we had this problem too (on Linux)- solved it by setting the maximum number of open file descriptors to 2048: ulimit -n 2048 > -Ursprungliche Nachricht- > Von: Jeremy Quinn [mailto:jeremy@;media.demon.co.uk] > Gesendet: Montag, 4. November 2002 11:06 > An: [EMAIL PROTECTED] >