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 alwaysmultiply_disk_readahead 4return 0}stop() {restore_cpu_governorrestore_transparent_hugepagesrestore_disk_readaheadreturn 0}process $@