From e048e80b4cf6c50f2ebedcd5e494b5f48e56a6fc Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Thu, 6 Feb 2020 02:10:59 +0300 Subject: [PATCH] Add governor=performance --- etc/rc.local.env | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.local.env b/etc/rc.local.env index edfbd6e..75a3541 100755 --- a/etc/rc.local.env +++ b/etc/rc.local.env @@ -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