Configuring Ulimit

To set or verify the ulimit values on Linux:

  1. Edit the /etc/security/limits.conf file and specify the following values:
    • <USERNAME> soft nofile 65536
    • <USERNAME> hard nofile 65536
  2. Exit and login again to verify the changes.
  3. Verify the Ulimit using the command
    ulimit -n