Re: NumConnections is too high
Michiel Boland <[email protected]> Mon, 2 May 2005 22:03:34 +0200 (MEST)
| Newsgroups | gmane.network.mathopd |
|---|---|
| Message-ID | <Pine.GSO.4.62.0505022159080.6957@brakkenstein.nijmegen.internl.net> |
> NumConnections=512 nfiles=1024 > warning: NumConnections is too high > Why do I get this message ? Can i expect problems from this ? Hi. The nfiles number (1024) indicates how many file descriptors your mathopd process can use. Mathopd uses two descriptors per connection, plus a few extras for servers and log files. Since 2 * 512 + a few is greater than 1024 there may be a chance of 'no more open files' or similar errors. If you want to get rid of the warning you can lower NumConnections to, say, 500, or you could increase the number of descriptors, using ulimit or something similar. Cheers Michiel