Merge pull request #19251 from groxxda/patch-2
kernel: Disable RT_GROUP_SCHED
This commit is contained in:
commit
f084274eeb
@ -395,7 +395,7 @@ with stdenv.lib;
|
|||||||
|
|
||||||
# Linux containers.
|
# Linux containers.
|
||||||
NAMESPACES? y # Required by 'unshare' used by 'nixos-install'
|
NAMESPACES? y # Required by 'unshare' used by 'nixos-install'
|
||||||
RT_GROUP_SCHED? y
|
RT_GROUP_SCHED n
|
||||||
CGROUP_DEVICE? y
|
CGROUP_DEVICE? y
|
||||||
MEMCG y
|
MEMCG y
|
||||||
MEMCG_SWAP y
|
MEMCG_SWAP y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user