1
0
Fork 0
tuned/tune-profiles/throughput-performance/ktune.sh
2011-09-29 10:46:07 +02:00

19 lines
214 B
Bash
Executable file

#!/bin/sh
. /etc/tune-profiles/functions
start() {
set_cpu_governor performance
enable_transparent_hugepages
return 0
}
stop() {
restore_cpu_governor
restore_transparent_hugepages
return 0
}
process $@