%PDF- %PDF-
Direktori : /etc/sysctl.d/ |
Current File : //etc/sysctl.d/99-sysctl.conf |
# System default settings live in /usr/lib/sysctl.d/00-system.conf. # To override those settings, enter new settings here, or in an /etc/sysctl.d/<name>.conf file # # For more information, see sysctl.conf(5) and sysctl.d(5). # VPSBlocks tuning # Controls the default maxmimum size of a mesage queue kernel.msgmnb = 65536 # Controls the maximum size of a message, in bytes kernel.msgmax = 65536 # Controls the maximum shared segment size, in bytes kernel.shmmax = 68719476736 # Controls the maximum number of shared memory segments, in pages kernel.shmall = 4294967296 # Reboot 5 seconds after panic kernel.panic = 5 # panic kernel on OOM vm.panic_on_oom=1 vm.min_free_kbytes = 16000 vm.swappiness = 30 #vm.overcommit_memory = 2 #vm.overcommit_ratio = 98