Go to most recent revision | 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() {restore_cpu_governorrestore_transparent_hugepagesreturn 0}process $@