ulimit -n is for max open files. Typically when it low tomcat/jboss runs into the following error: java.net.SocketException: Too many open files To fix this, edit /etc/security/limits.conf and add the following lines:
run
This should show you the current values
Also add the following to /etc/sysctl.conf
|
Linux >