diff --git a/tunings/kernel_polling.sh b/tunings/kernel_polling.sh index 9da0c0e3c6a12c57dbc9b55f3ab309b93c68e4cc..5532931a88ee3063cfa6051354aafc0befbd9c03 100644 --- a/tunings/kernel_polling.sh +++ b/tunings/kernel_polling.sh @@ -3,6 +3,6 @@ if [ ! "$(uname -r)" == "5.15.79-peter" ]; then exit 1 fi -sysctl net.core.busy_poll=128 +sysctl net.core.busy_poll=16384 # NAPI locality is needed for multi-threaded experiments NAPI_LOCALITY=true