From 1036af2d87fa566cdc2d93176f8451297a0ef12b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisamara=20Aoki=20Gon=C3=A7alves?= Date: Tue, 16 Sep 2025 19:17:58 +0000 Subject: [PATCH] Enable stalld to protect low-priority tasks from starvation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I097f40e2e674ad156c080db51bfefdee71c62cb7 Signed-off-by: Elisamara Aoki Gonçalves --- .../kubernetes/configure-stall-daemon-b38ece463e88.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/system_configuration/kubernetes/configure-stall-daemon-b38ece463e88.rst b/doc/source/system_configuration/kubernetes/configure-stall-daemon-b38ece463e88.rst index 54bc811b7..04aa4eb0e 100644 --- a/doc/source/system_configuration/kubernetes/configure-stall-daemon-b38ece463e88.rst +++ b/doc/source/system_configuration/kubernetes/configure-stall-daemon-b38ece463e88.rst @@ -66,6 +66,14 @@ To have stalld monitor only application-isolated CPUs. system host-label-assign starlingx.io/stalld_cpu_functions=application-isolated +Stalld can be configured with |eBPF| backend, reducing CPU usage on larger +systems. + +.. code-block:: none + + system host-label-assign starlingx.io/stalld.backend=queue_track + + Configure Custom Stalld Parameters ----------------------------------