mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
[systemd] Disable RT_GROUP_SCHED
Link: https://github.com/systemd/systemd/issues/13781#issuecomment-549164383
This commit is contained in:
parent
32c050cb58
commit
8630ec385a
@ -1 +1 @@
|
|||||||
6.8.2
|
6.8.9
|
||||||
|
@ -23,6 +23,11 @@ DMIID='*'
|
|||||||
INOTIFY_USER='*'
|
INOTIFY_USER='*'
|
||||||
TMPFS='*'
|
TMPFS='*'
|
||||||
TMPFS_POSIX_ACL='*'
|
TMPFS_POSIX_ACL='*'
|
||||||
|
CGROUP_SCHED='* '
|
||||||
|
|
||||||
|
[RT_GROUP_SCHED]
|
||||||
|
value = ' '
|
||||||
|
comment = 'This may cause some systemd features malfunction'
|
||||||
|
|
||||||
revision='systemd'
|
revision='systemd'
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||||
<!-- Automatically generated by kernel-config.py
|
<!-- Automatically generated by kernel-config.py
|
||||||
DO NOT EDIT! -->
|
DO NOT EDIT! -->
|
||||||
<screen role="nodump" revision="systemd"><emphasis role='blue'>G</emphasis>eneral setup --->
|
<screen role="nodump"><emphasis role='blue'>G</emphasis>eneral setup --->
|
||||||
[ ] <emphasis role='blue'>C</emphasis>ompile the kernel with warnings as errors [WERROR]
|
[ ] <emphasis role='blue'>C</emphasis>ompile the kernel with warnings as errors [WERROR]
|
||||||
<emphasis role='blue'>C</emphasis>PU/Task time and stats accounting --->
|
<emphasis role='blue'>C</emphasis>PU/Task time and stats accounting --->
|
||||||
[*] <emphasis role='blue'>P</emphasis>ressure stall information tracking [PSI]
|
[*] <emphasis role='blue'>P</emphasis>ressure stall information tracking [PSI]
|
||||||
@ -11,7 +11,10 @@
|
|||||||
... [PSI_DEFAULT_DISABLED]
|
... [PSI_DEFAULT_DISABLED]
|
||||||
< > <emphasis role='blue'>E</emphasis>nable kernel headers through /sys/kernel/kheaders.tar.xz [IKHEADERS]
|
< > <emphasis role='blue'>E</emphasis>nable kernel headers through /sys/kernel/kheaders.tar.xz [IKHEADERS]
|
||||||
[*] <emphasis role='blue'>C</emphasis>ontrol Group support ---> [CGROUPS]
|
[*] <emphasis role='blue'>C</emphasis>ontrol Group support ---> [CGROUPS]
|
||||||
[*] M<emphasis role='blue'>e</emphasis>mory controller [MEMCG]
|
[*] M<emphasis role='blue'>e</emphasis>mory controller [MEMCG]
|
||||||
|
[ /*] <emphasis role='blue'>C</emphasis>PU controller ---> [CGROUP_SCHED]
|
||||||
|
# This may cause some systemd features malfunction:
|
||||||
|
[ ] <emphasis role='blue'>G</emphasis>roup scheduling for SCHED_RR/FIFO [RT_GROUP_SCHED]
|
||||||
[ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---> [EXPERT]
|
[ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---> [EXPERT]
|
||||||
|
|
||||||
<emphasis role='blue'>P</emphasis>rocessor type and features --->
|
<emphasis role='blue'>P</emphasis>rocessor type and features --->
|
||||||
|
Loading…
Reference in New Issue
Block a user