From 4c2b728d90d105f3c40239d3b386fc8ae7fce583 Mon Sep 17 00:00:00 2001 From: bryanfoley Date: Wed, 3 Dec 2025 14:49:40 +0100 Subject: [PATCH] [CES-3378] Enable CFS_BANDWIDTH kernel option With this PR we enable by default the `CFS_BANDWIDTH` kernel option, which will allow us to use the SystemD option `CPUQuota` to limit specific systemd services to only use a maximum percentage of CPU. This is very useful to ensure that services which are nice to have but not critical to printing, do not claim too much CPU and strangle other processes. --- configs/sx8m_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sx8m_defconfig b/configs/sx8m_defconfig index 70b0254..c8099dd 100644 --- a/configs/sx8m_defconfig +++ b/configs/sx8m_defconfig @@ -17,6 +17,7 @@ CONFIG_IKCONFIG_PROC=y CONFIG_NUMA_BALANCING=y CONFIG_MEMCG=y CONFIG_BLK_CGROUP=y +CONFIG_CFS_BANDWIDTH=y CONFIG_CGROUP_PIDS=y CONFIG_CGROUP_FREEZER=y CONFIG_CGROUP_HUGETLB=y