mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-24 09:10:16 -06:00
improvement: make network device backlog a little bigger
This commit is contained in:
parent
a58ce5cd0b
commit
eb17946796
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user