diff --git a/tune-profiles/throughput-performance/ktune.sh b/tune-profiles/throughput-performance/ktune.sh index 93fe1be..168aecc 100755 --- a/tune-profiles/throughput-performance/ktune.sh +++ b/tune-profiles/throughput-performance/ktune.sh @@ -5,7 +5,6 @@ start() { set_cpu_governor performance enable_transparent_hugepages - /usr/libexec/tuned/pmqos-static.py cpu_dma_latency=0 return 0 } @@ -13,7 +12,6 @@ start() { stop() { restore_cpu_governor restore_transparent_hugepages - /usr/libexec/tuned/pmqos-static.py disable return 0 }