Practical maximum open file descriptors (ulimit -n) for a high volume system

These limits came from a time where multiple “normal” users (not apps) would share the server, and we needed ways to protect them from using too many resources. They are very low for high performance servers and we generally set them to a very high number. (24k or so) If you need higher numbers, you … Read more