Skip to content

Instantly share code, notes, and snippets.

@nocsi
Created July 12, 2018 05:05
Show Gist options
  • Save nocsi/dfd4bb81e83b2b56ebac9dc7000d5868 to your computer and use it in GitHub Desktop.
Save nocsi/dfd4bb81e83b2b56ebac9dc7000d5868 to your computer and use it in GitHub Desktop.
#/etc/sysctl.conf
kern.ipc.maxsockbuf=16777216
net.inet.tcp.sendspace=1048576
net.inet.tcp.recvspace=1048576
net.inet.tcp.win_scale_factor=8
net.inet.tcp.autorcvbufmax=33554432
net.inet.tcp.autosndbufmax=33554432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment