In Ubuntu 9 I am receiving a message on my server that says:
(node) Hit max file limit. Increase "ulimit -n"
However, typing commands in the terminal reveals the following:
$ ulimit
unlimited
$ ulimit -n
65535
And a netstat
reveals I only have ~1000 connections open.
How is it possible I am hitting my limit of 65535 despite netstat
saying I have 1000 active connections? Does anyone see a server config issue I might be overlooking or have tips for debugging further?