Skip to content

Commit

Permalink
Added introduction to the new server profile/mode for the scx_loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Shendisx committed Dec 17, 2024
1 parent 94f9377 commit feeb91a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/docs/configuration/sched-ext.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Here is an explanation of what each mode means in scx_loader.
- **Mode 1** = `Gaming`
- **Mode 2** = `Power Saving`
- **Mode 3** = `Low Latency`
{/* - **Mode 4** = `Server` *Currently only available for bpfland* */}
- **Mode 4** = `Server` *Currently only available for bpfland*

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

Expand Down Expand Up @@ -149,6 +149,7 @@ Bpfland when making decisions on which cores to use, it takes in consideration t
- Multimedia/Audio production
- Great interactivity under intensive workloads
- Power saving
- Server workloads

### [scx_flash](<https://github.com/sched-ext/scx/tree/main/scheds/rust/scx_flash>)

Expand Down
1 change: 1 addition & 0 deletions src/content/docs/features/kernel_manager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ In order to achieve this, the Kernel Manager uses the `scx_loader` with a config
| **Low Latency** | `-k -s 5000 -l 5000` | Meant to lower latency at the cost of throughput. Suitable for real-time applications like Audio Processing and Multimedia. |
| **Gaming** | `-k -m performance` | Optimizes for high performance in games. Prioritizes P-cores over E-cores on Intel CPUs and CCDs on Ryzen X3D CPUs. |
| **Power Save** | `-m powersave` | Prioritizes power efficiency. Favors less performant cores (e.g E-cores on Intel). |
| **Server** | `-c 0` | Disables the interactive task classification in Bpfland making more capable for a server, an increase of approximadetely 2-3% in server workloads is expected

#### LAVD

Expand Down

0 comments on commit feeb91a

Please sign in to comment.