Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvement: make network device backlog a little bigger #265

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
improvement: make network device backlog a little bigger
  • Loading branch information
interduo committed Feb 13, 2023
commit eb179467960e58727e220d9f3c57845c3b242e0f
12 changes: 12 additions & 0 deletions src/TESTING-1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,15 @@ systemctl disable cloud-config iscsid cloud-final
```
cpupower frequency-set --governor performance
```

#Make bigger network backlog:
```
echo "net.core.netdev_budget=600" > /etc/sysctl.d/libreqos.conf
echo "net.core.netdev_max_backlog=300000" >> /etc/sysctl.d/libreqos.conf
sysctl --system
```

#Don't use swap so often
```
vm.swappiness=10
```