Skip to content

Commit

Permalink
Added reference for the new server profile/mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Shendisx committed Dec 12, 2024
1 parent 55e4c11 commit 5e813fe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/content/docs/configuration/sched-ext.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,16 @@ sudo systemctl stop scx
Here is an explanation of what each mode means in scx_loader.

- **Mode 0** = `Default scheduler flags`
- **Mode 1** = `The flags have been modified for Gaming`
- **Mode 2** = `Power Saving flags`
- **Mode 3** = `Low Latency flags`
- **Mode 1** = `Gaming`
- **Mode 2** = `Power Saving`
- **Mode 3** = `Low Latency`
- **Mode 4** = `Server` *Currently only available for bpfland*

Example: LAVD running in Mode 1 is the equivalent of `scx_lavd --performance`

*TLDR: Each mode is a set of different flags for the intended use case.*
*TLDR: Each mode is a set of different flags meant to improve the intended use case.*

[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)
[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)
:::

### CachyOS Kernel Manager
Expand Down

0 comments on commit 5e813fe

Please sign in to comment.