Enable stalld to protect low-priority tasks from starvation

Change-Id: I097f40e2e674ad156c080db51bfefdee71c62cb7
Signed-off-by: Elisamara Aoki Gonçalves <elisamaraaoki.goncalves@windriver.com>
This commit is contained in:
Elisamara Aoki Gonçalves
2025-09-16 19:17:58 +00:00
parent 322772a9d5
commit 1036af2d87

View File

@@ -66,6 +66,14 @@ To have stalld monitor only application-isolated CPUs.
system host-label-assign <host> 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 <node> starlingx.io/stalld.backend=queue_track
Configure Custom Stalld Parameters
----------------------------------