Skip to content

Instantly share code, notes, and snippets.

View hngkr's full-sized avatar

Henning Kristensen hngkr

  • Aarhus, Denmark
View GitHub Profile
@hngkr
hngkr / vyos-optimisations
Created May 2, 2017 09:12 — forked from RafPe/vyos-optimisations
vyos throughput optimizations
Server 2 sockets,6 cores each, 2.4ghz
# Set ixgbe options
# Limit RSS queues to the number of physical cores per cpu
# Disable offload
# When you change this, you need to run the command and reboot for it to take.
echo "options ixgbe LRO=0,0 MQ=1,1 RSS=6,6 VMDQ=0,0 vxlan_rx=0,0" > /etc/modprobe.d/ixgbe.conf
# Shut down HT cores
for i in $(seq 1 2 23); do