File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/content/docs/configuration Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -108,15 +108,16 @@ sudo systemctl stop scx
108
108
Here is an explanation of what each mode means in scx_loader.
109
109
110
110
- ** Mode 0** = ` Default scheduler flags `
111
- - ** Mode 1** = ` The flags have been modified for Gaming `
112
- - ** Mode 2** = ` Power Saving flags `
113
- - ** Mode 3** = ` Low Latency flags `
111
+ - ** Mode 1** = ` Gaming `
112
+ - ** Mode 2** = ` Power Saving `
113
+ - ** Mode 3** = ` Low Latency `
114
+ - ** Mode 4** = ` Server ` * Currently only available for bpfland*
114
115
115
116
Example: LAVD running in Mode 1 is the equivalent of ` scx_lavd --performance `
116
117
117
- * TLDR: Each mode is a set of different flags for the intended use case.*
118
+ * TLDR: Each mode is a set of different flags meant to improve the intended use case.*
118
119
119
- [ For a more in depth look on what these Modes change on each scheduler] ( https://github.com/sched-ext/scx/blob/main/rust/scx_loader/src/config.rs#L167 )
120
+ [ For a more in depth look on what these Modes change on each scheduler] ( https://github.com/sched-ext/scx/blob/main/rust/scx_loader/src/config.rs#L175 )
120
121
:::
121
122
122
123
### CachyOS Kernel Manager
You can’t perform that action at this time.
0 commit comments