Merge pull request #19251 from groxxda/patch-2

kernel: Disable RT_GROUP_SCHED
This commit is contained in:
Eelco Dolstra 2016-10-05 20:05:18 +02:00 committed by GitHub
commit f084274eeb

View File

@ -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