Skip to content
Snippets Groups Projects
Commit dce4366a authored by Peter Cai's avatar Peter Cai
Browse files

tunings: Set busy_poll to 16384 for less artifact

When we limit the QPS, a busy_poll value produces latency artifacts at low throughput.
parent ca2322cc
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,6 @@ if [ ! "$(uname -r)" == "5.15.79-peter" ]; then ...@@ -3,6 +3,6 @@ if [ ! "$(uname -r)" == "5.15.79-peter" ]; then
exit 1 exit 1
fi fi
sysctl net.core.busy_poll=128 sysctl net.core.busy_poll=16384
# NAPI locality is needed for multi-threaded experiments # NAPI locality is needed for multi-threaded experiments
NAPI_LOCALITY=true NAPI_LOCALITY=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment