Rev 3 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/sh. /etc/tune-profiles/functionsstart() {set_cpu_governor performance/usr/libexec/tuned/pmqos-static.py cpu_dma_latency=1set_transparent_hugepages neverreturn 0}stop() {[ "$1" != "restart" ] && restore_cpu_governor/usr/libexec/tuned/pmqos-static.py disablerestore_transparent_hugepagesreturn 0}process $@