ceph-opennebula-playbooks/etc/rc.local.env

8 lines
172 B
Bash
Raw Permalink Normal View History

2020-02-04 02:46:43 +03:00
#!/bin/bash
2020-02-06 02:10:59 +03:00
cpupower frequency-set -g performance
2020-03-16 13:49:27 +03:00
ethtool -C $eth10g rx-usecs 0
2020-02-04 02:46:43 +03:00
ethtool -K $eth10g gro off gso off tso off lro off sg off
ip l set $eth10g mtu 9000
exit 0