mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-06 18:02:02 +01:00
Merge pull request #3263 from flatcar/tormath1/cpuset
sys-kernel/coreos-modules: enable CONFIG_CPUSETS_V1
This commit is contained in:
commit
24fc49b361
1
changelog/bugfixes/2025-09-11-cpuset.md
Normal file
1
changelog/bugfixes/2025-09-11-cpuset.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Enabled `CONFIG_CPUSETS_V1` to mitigate cgroupsv1 removal (e.g JVM) ([Flatcar#1884](https://github.com/flatcar/Flatcar/issues/1884))
|
||||||
@ -117,6 +117,7 @@ CONFIG_CMDLINE="rootflags=rw mount.usrflags=ro"
|
|||||||
CONFIG_CNIC=m
|
CONFIG_CNIC=m
|
||||||
# CONFIG_COMPAT_BRK is not set
|
# CONFIG_COMPAT_BRK is not set
|
||||||
CONFIG_CPUSETS=y
|
CONFIG_CPUSETS=y
|
||||||
|
CONFIG_CPUSETS_V1=y
|
||||||
CONFIG_CPU_FREQ=y
|
CONFIG_CPU_FREQ=y
|
||||||
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
|
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
|
||||||
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
|
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user