Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Add the following lines to /etc/security/limits.conf:

Code Block
languagebash
* soft nofile 65536

...


* hard nofile 65536


Add the following lines to /etc/sysctl.conf (to prevent "page allocation failure" errors, and to prevent swapping):

...