Rev 3 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/sh. /etc/tune-profiles/functionsstart() {set_cpu_governor performanceset_transparent_hugepages alwaysreturn 0}stop() {[ "$1" != "restart" ] && restore_cpu_governorrestore_transparent_hugepagesreturn 0}process $@