...
Add the following lines to /etc/security/limits.conf:
| Code Block | ||
|---|---|---|
| ||
* soft nofile 65536 |
...
* hard nofile 65536 |
Add the following lines to /etc/sysctl.conf (to prevent "page allocation failure" errors, and to prevent swapping):
...
...
Add the following lines to /etc/security/limits.conf:
| Code Block | ||
|---|---|---|
| ||
* soft nofile 65536 |
...
* hard nofile 65536 |
Add the following lines to /etc/sysctl.conf (to prevent "page allocation failure" errors, and to prevent swapping):
...