Re: Too many open files error...

2004-11-24 Thread Quinton Delpeche
On Wednesday 24 November 2004 15:33, Peter Crowther wrote: Hi Peter, > Quinton, what OS are you on? If on UNIX, this could mean that you have > run out of file descriptors for the process - at least, I last saw this > error when running a popular telnet-based multi-user game when we fell > off t

RE: Too many open files error...

2004-11-24 Thread Peter Crowther
> From: Quinton Delpeche [mailto:[EMAIL PROTECTED] > Does this mean that I don't have enough sockets for my > connector or what? > ignored exception: > java.net.SocketException: Too many open > files Quinton, what OS are you on? If on UNIX, this could mean that you have run out of file descri

Re: "Too many open files" error?

2000-12-06 Thread Marcus Crafter
Hi Ivan, What platform are you using ? If you're using Linux and have a recent kernel, you can check the file and inode limits like this: $> cat /proc/sys/fs/file-max $> cat /proc/sys/fs/inode-max and can change them similarly (as root) with

Re: too many open files error

2000-12-01 Thread Marcus Crafter
Hi Alexander, We experienced similar problems in our environment which was under Linux. The fix was to tune the kernel parameters in /proc/sys/fs to allow more files and inodes across the whole system to be used. We doubled these values and haven't had any problems