start bpfland scheduler automatically
This commit is contained in:
parent
335848f3b5
commit
29ff22605d
2 changed files with 14 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ RUN dnf install https://download.copr.fedorainfracloud.org/results/bieszczaders/
|
|||
&& dnf install https://download.copr.fedorainfracloud.org/results/bieszczaders/kernel-cachyos-addons/fedora-42-x86_64/10036986-cachyos-ananicy-rules/cachyos-ananicy-rules-20260120.rc3e21cb-1.fc42.x86_64.rpm -y
|
||||
|
||||
RUN systemctl enable docker
|
||||
RUN systemctl enable scx_loader
|
||||
|
||||
COPY etc /etc
|
||||
COPY usr /usr
|
||||
|
|
|
|||
13
usr/share/scx_loader/config.toml
Normal file
13
usr/share/scx_loader/config.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# This field specifies the scheduler that will be started automatically when scx_loader starts (e.g., on boot).
|
||||
default_sched = "scx_bpfland"
|
||||
|
||||
# This field specifies the mode which will be used when scx_loader starts (e.g., on boot).
|
||||
#default_mode = "Auto"
|
||||
|
||||
# This "structure" allows configuring flags for each scheduler mode of particular scx scheduler
|
||||
#[scheds.'scheduler']
|
||||
#auto_mode = []
|
||||
#gaming_mode = []
|
||||
#lowlatency_mode = []
|
||||
#powersave_mode = []
|
||||
#server_mode = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue