Skip to content

Commit

Permalink
Update bpfland flags & fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shendisx committed Jan 27, 2025
1 parent 5117c4a commit 716fb48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/features/kernel_manager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ In order to achieve this, the Kernel Manager uses the `scx_loader` with a config

| Profile Name | Command-line Flags | Description |
|:---------------: |:--------------------: |:---------------------------------------------------------------------------------------------------------------------------: |
| **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. |
| **Low Latency** | `-s 5000 -l 5000 -S 500 -m performance` | Meant to lower latency at the cost of throughput. Suitable for real-time applications like Audio Processing and Multimedia. |
| **Gaming** | `-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
| **Server** | `-p` | Disables the interactive task classification in Bpfland making more capable for a server, an increase of approximately 2-3% in server workloads is expected

#### LAVD

Expand Down

1 comment on commit 716fb48

@1Naim
Copy link
Member

@1Naim 1Naim commented on 716fb48 Jan 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes aren't available in any stable release of scx yet. Please wait next time until they are available anywhere outside of git main.

Please sign in to comment.