This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ###/proc/sys/kernel/ Variables: | |
| ##https://www.kernel.org/doc/Documentation/admin-guide/sysctl/kernel.rst | |
| # Allow for more PIDs | |
| kernel.pid_max = 4194303 | |
| # Maximum size of an IPC queue | |
| kernel.msgmnb = 65536 | |
| # maximum size of an IPC message |
OlderNewer