Created
March 8, 2018 15:07
-
-
Save fbrendel/970a5e7cbdce007fce359d2285e3095d to your computer and use it in GitHub Desktop.
OPNsense on Proxmox sysctl's
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setting kern.timecounter.hardware=TSC could be useful too.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216759