Skip to content

Commit

Permalink
Revert "Update bpfland flags & fixed typo"
Browse files Browse the repository at this point in the history
This reverts commit 716fb48.
  • Loading branch information
Shendisx committed Jan 27, 2025
1 parent 716fb48 commit dd93709
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** | `-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. |
| **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** | `-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** | `-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
| **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 dd93709

Please sign in to comment.