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

Reply via email to