Add governor=performance

master
Vitaliy Filippov 2020-02-06 02:10:59 +03:00
parent 3c11285ccf
commit e048e80b4c
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
cpupower frequency-set -g performance
ethtool -K $eth10g gro off gso off tso off lro off sg off
ip l set $eth10g mtu 9000
exit 0