Skip to content

Commit

Permalink
Update sysctl.conf
Browse files Browse the repository at this point in the history
- use defaults
  • Loading branch information
horia committed Feb 8, 2019
1 parent e102f31 commit 0f18090
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/etc/sysctl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ net.inet.esp.enable=1 # 1=Enable (default) the ESP IPsec protocol
net.inet.esp.udpencap=1 # 0=Disable ESP-in-UDP encapsulation
net.inet.ipcomp.enable=1 # 1=Enable the IPCOMP protocol (compress IP datagrams)
net.inet.tcp.ecn=1 # 1=Enable the TCP ECN extension
net.inet.ip.ifq.maxlen=1024 # Maximum allowed input queue length
#net.inet.ip.ifq.maxlen=1024 # Maximum allowed input queue length
# (256*number of physical interfaces)
net.inet6.ip6.ifq.maxlen=1024 # default: 2048
net.inet.tcp.mssdflt=1440 # Maximum segment size
#net.inet6.ip6.ifq.maxlen=1024 # default: 2048
#net.inet.tcp.mssdflt=1440 # Maximum segment size
# (1440 from pf.conf scrub statement)
kern.bufcachepercent=90 # Allow the kernel to use up to 90% of the RAM
#kern.bufcachepercent=90 # Allow the kernel to use up to 90% of the RAM
# for cache (default: 20)
kern.splassert=2 # 2=enable with verbose error messages (default: 1)
kern.nosuidcoredump=1 # 1=none (default)
#kern.splassert=2 # 2=enable with verbose error messages (default: 1)
#kern.nosuidcoredump=1 # 1=none (default)
# 2=Put suid coredumps in /var/crash
machdep.kbdreset=1 # permit console CTRL-ALT-DEL to do a nice halt
ddb.panic=0 # 0=Do not drop into ddb on a kernel panic (default: 1)
#machdep.kbdreset=1 # permit console CTRL-ALT-DEL to do a nice halt
#ddb.panic=0 # 0=Do not drop into ddb on a kernel panic (default: 1)
#net.inet6.ip6.redirect=1 # default: 1

0 comments on commit 0f18090

Please sign in to comment.