procps/sysctl.conf
2004-07-20 22:51:22 +00:00

43 lines
1.1 KiB
Plaintext

# /etc/sysctl.conf - Configuration file for setting system variables
# See sysctl.conf (5) for information.
#dev.cdrom.autoeject = 1
#dev.cdrom.autoclose = 1
net/ipv4/tcp_syncookies=1
net/ipv4/conf/all/log_martians=1
net/ipv4/conf/all/accept_redirects=0
net/ipv4/conf/all/accept_source_route=0
net/ipv4/icmp_echo_ignore_broadcasts =1
#net/ipv4/ip_forward=1
#net.ipv4.ip_local_port_range = 32768 61000
# Broken routers will corrupt the window scaling and ECN
#net.ipv4.tcp_default_win_scale = 0
#net.ipv4.tcp_ecn = 0
#vm.vfs_cache_pressure = 100
#vm.laptop_mode = 0
#vm.swappiness = 60
#kernel.printk_ratelimit_burst = 10
#kernel.printk_ratelimit = 5
#kernel.panic_on_oops = 0
# Reboot 600 seconds after a panic
#kernel.panic = 600
# enable SysRq key (note: console security issues)
#kernel.sysrq = 1
# Change name of core file to start with the command name
#kernel.core_pattern = %e.core
# NIS/YP domain (not always equal to DNS domain)
#kernel.domainname = example.com
#kernel.hostname = darkstar
# This limits PID values to 4 digits, which allows tools like ps
# to save screen space.
kernel/pid_max=10000