1
0
Fork 0

Revert "throughput-performance: add cpu_dma_latency=0"

This reverts commit bab72a171e.
This commit is contained in:
Jan Vcelak 2011-09-29 10:46:07 +02:00
parent 8c034fec0d
commit 69fdbcf75b

View file

@ -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
}