Skip to content

Commit 190a3eb

Browse files
authored
Merge pull request #19 from dpanic/dev
refactor: disable busy polling and reading parameters in sysctl confi…
2 parents 5514fae + 3374e5c commit 190a3eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/sysctl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ body: |
3939
net.core.netdev_budget_usecs = 6000
4040
4141
# General network performance
42-
net.core.busy_poll = 50
43-
net.core.busy_read = 50
42+
net.core.busy_poll = 0
43+
net.core.busy_read = 0
4444
net.ipv4.ipfrag_high_thresh = 8388608
4545
net.ipv4.tcp_fastopen = 3
4646

0 commit comments

Comments
 (0)