Revert "throughput-performance: add cpu_dma_latency=0"
This reverts commit bab72a171e.
This commit is contained in:
parent
8c034fec0d
commit
69fdbcf75b
1 changed files with 0 additions and 2 deletions
|
|
@ -5,7 +5,6 @@
|
||||||
start() {
|
start() {
|
||||||
set_cpu_governor performance
|
set_cpu_governor performance
|
||||||
enable_transparent_hugepages
|
enable_transparent_hugepages
|
||||||
/usr/libexec/tuned/pmqos-static.py cpu_dma_latency=0
|
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
@ -13,7 +12,6 @@ start() {
|
||||||
stop() {
|
stop() {
|
||||||
restore_cpu_governor
|
restore_cpu_governor
|
||||||
restore_transparent_hugepages
|
restore_transparent_hugepages
|
||||||
/usr/libexec/tuned/pmqos-static.py disable
|
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue