Current File : //etc/sysctl.conf |
# sysctl settings are defined through files in
# /usr/lib/sysctl.d/, /run/sysctl.d/, and /etc/sysctl.d/.
#
# Vendors settings live in /usr/lib/sysctl.d/.
# To override a whole file, create a new file with the same in
# /etc/sysctl.d/ and put new settings there. To override
# only specific settings, add a file with a lexically later
# name in /etc/sysctl.d/ and put new settings there.
#
# For more information, see sysctl.conf(5) and sysctl.d(5).
kernel.msgmax = 65536
kernel.msgmnb = 65536
kernel.msgmni = 84000
# Controls IP packet forwarding
net.ipv4.ip_forward = 0
# Controls the use of TCP syncookies
net.ipv4.tcp_syncookies = 1
kernel.msgmni = 4096
kernel.sem = 500 64000 64 2048