Configuring Ulimit
To set or verify the ulimit values on Linux:
-
Edit the /etc/security/limits.conf file and specify the following
values:
- <USERNAME> soft nofile 65536
- <USERNAME> hard nofile 65536
- Exit and login again to verify the changes.
-
Verify the Ulimit using the command
ulimit -n
