Skip to content

Instantly share code, notes, and snippets.

@aaronky
Created December 1, 2010 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronky/724325 to your computer and use it in GitHub Desktop.
Save aaronky/724325 to your computer and use it in GitHub Desktop.
kern.maxfiles=204800
kern.maxfilesperproc=200000
kern.maxvnodes=200000
kern.ipc.somaxconn=1024
net.inet.tcp.syncookies=0
net.inet.tcp.recvspace=65535
net.inet.tcp.sendspace=65535
net.inet.tcp.msl=5000
net.inet.tcp.drop_synfin=1
net.inet.tcp.recvbuf_auto=0
net.inet.tcp.sendspace=16384
net.inet.tcp.maxtcptw=40960
net.inet.ip.portrange.first=1024
net.inet.ip.portrange.last=65535
net.inet.ip.redirect=0
net.inet.ip.sourceroute=0
net.inet.ip.accept_sourceroute=0
net.inet.ip.intr_queue_maxlen=4096
net.inet.ip.random_id=1
net.inet.ip.sourceroute=0
net.inet.ip.accept_sourceroute=0
net.inet.ip.rtexpire=2
net.inet.ip.check_interface=1
net.inet.icmp.drop_redirect=1
net.inet.icmp.log_redirect=0
net.inet.icmp.maskrepl=0
net.inet.icmp.bmcastecho=0
net.inet.icmp.icmplim=2000
net.inet.icmp.bmcastecho=0
net.inet.icmp.maskrepl=0
net.inet.icmp.icmplim=200
net.inet.ip.rtminexpire=2
net.link.ether.inet.max_age=600
vfs.ufs.dirhash_maxmem=67108864
security.jail.allow_raw_sockets=1
security.bsd.see_other_uids=0
security.bsd.see_other_gids=0
security.bsd.unprivileged_read_msgbuf=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment