Skip to content

Instantly share code, notes, and snippets.

@yannik995
yannik995 / 10G-sysctl.conf
Last active December 13, 2023 12:48 — forked from kofemann/10G-sysctl.conf
sysctl configuration for 10GE ethernet
#
# Based on info providef at http://fasterdata.es.net/
#
# allow testing with buffers up to 64MB
net.core.rmem_max = 67108864
net.core.wmem_max = 67108864
# Enable memory auto tuning
net.ipv4.tcp_moderate_rcvbuf = 1