From dd937090080441c67f437ba70d5e94f8b19102a1 Mon Sep 17 00:00:00 2001 From: Shendisx Date: Mon, 27 Jan 2025 09:47:05 -0300 Subject: [PATCH] Revert "Update bpfland flags & fixed typo" This reverts commit 716fb48041893aded65423651792542bd7b6ff4b. --- src/content/docs/features/kernel_manager.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/features/kernel_manager.mdx b/src/content/docs/features/kernel_manager.mdx index 4d7d8fdb..bb86d6f9 100644 --- a/src/content/docs/features/kernel_manager.mdx +++ b/src/content/docs/features/kernel_manager.mdx @@ -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