How to increase file descriptors max limit on Linux
Today my DBA reported that the server she was working on was spitting out “too many open files” errors and no new processes could be started. This is a common problem with DB servers with heavy transactions. In my environment there are 6 DB instances running on the server. No quite the optimized setup I would say. The fix was to increase the total file descriptors kernel parameter count in the /etc/sysctl....