init
This commit is contained in:
commit
29987d67a2
29 changed files with 30601 additions and 0 deletions
8
etc/scx_loader/config.toml
Normal file
8
etc/scx_loader/config.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
default_sched = "scx_bpfland"
|
||||
default_mode = "PowerSave"
|
||||
[scheds.scx_bpfland]
|
||||
auto_mode = ["-m", "auto", "-f"]
|
||||
gaming_mode = ["-m", "all", "-f"]
|
||||
lowlatency_mode = ["-m", "performance", "-w", "-f"]
|
||||
powersave_mode = ["-s", "20000", "-m", "powersave", "-I", "100", "-t", "100", "-f"]
|
||||
server_mode = ["-s", "20000", "-S", "-f"]
|
||||
Loading…
Reference in a new issue