kernel: Disable RT_GROUP_SCHED
Follow systemd recommendation https://github.com/systemd/systemd/blob/fd74fa791f95433ac52520764b67e6fb4bda2c0e/README#L96-L103
This commit is contained in:
@@ -395,7 +395,7 @@ with stdenv.lib;
|
||||
|
||||
# Linux containers.
|
||||
NAMESPACES? y # Required by 'unshare' used by 'nixos-install'
|
||||
RT_GROUP_SCHED? y
|
||||
RT_GROUP_SCHED n
|
||||
CGROUP_DEVICE? y
|
||||
MEMCG y
|
||||
MEMCG_SWAP y
|
||||
|
||||
Reference in New Issue
Block a user