Skip to content

Instantly share code, notes, and snippets.

@fbrendel
Created March 8, 2018 15:07
Show Gist options
  • Save fbrendel/970a5e7cbdce007fce359d2285e3095d to your computer and use it in GitHub Desktop.
Save fbrendel/970a5e7cbdce007fce359d2285e3095d to your computer and use it in GitHub Desktop.
OPNsense on Proxmox sysctl's
kern.ipc.maxsockbuf 16777216
net.inet.tcp.sendbuf_max 16777216
net.inet.tcp.recvbuf_max 16777216
net.inet.tcp.sendspace 1048576
net.inet.tcp.recvspace 131072
net.inet.tcp.sendbuf_inc 131072
net.inet.tcp.recvbuf_inc 131072
kern.ipc.soacceptqueue 1024
net.route.netisr_maxqlen 2048
@fbrendel
Copy link
Author

fbrendel commented May 7, 2018

Setting kern.timecounter.hardware=TSC could be useful too.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216759

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment