linux: Re-enable the memory resource controller
We accidentally lost this in Linux >= 3.5 because the kernel options were renamed. (Probably an argument for not using "?" in the kernel config...)
This commit is contained in:
parent
d5c8f4cb60
commit
501833cf55
@ -215,8 +215,8 @@ let
|
|||||||
# Linux Containers
|
# Linux Containers
|
||||||
RT_GROUP_SCHED? y
|
RT_GROUP_SCHED? y
|
||||||
CGROUP_DEVICE? y
|
CGROUP_DEVICE? y
|
||||||
CGROUP_MEM_RES_CTLR? y
|
MEMCG? y
|
||||||
CGROUP_MEM_RES_CTLR_SWAP? y
|
MEMCG_SWAP? y
|
||||||
DEVPTS_MULTIPLE_INSTANCES? y
|
DEVPTS_MULTIPLE_INSTANCES? y
|
||||||
|
|
||||||
# Enable staging drivers. These are somewhat experimental, but
|
# Enable staging drivers. These are somewhat experimental, but
|
||||||
|
@ -215,8 +215,8 @@ let
|
|||||||
# Linux Containers
|
# Linux Containers
|
||||||
RT_GROUP_SCHED? y
|
RT_GROUP_SCHED? y
|
||||||
CGROUP_DEVICE? y
|
CGROUP_DEVICE? y
|
||||||
CGROUP_MEM_RES_CTLR? y
|
MEMCG? y
|
||||||
CGROUP_MEM_RES_CTLR_SWAP? y
|
MEMCG_SWAP? y
|
||||||
DEVPTS_MULTIPLE_INSTANCES? y
|
DEVPTS_MULTIPLE_INSTANCES? y
|
||||||
|
|
||||||
# Enable staging drivers. These are somewhat experimental, but
|
# Enable staging drivers. These are somewhat experimental, but
|
||||||
|
@ -215,8 +215,8 @@ let
|
|||||||
# Linux Containers
|
# Linux Containers
|
||||||
RT_GROUP_SCHED? y
|
RT_GROUP_SCHED? y
|
||||||
CGROUP_DEVICE? y
|
CGROUP_DEVICE? y
|
||||||
CGROUP_MEM_RES_CTLR? y
|
MEMCG? y
|
||||||
CGROUP_MEM_RES_CTLR_SWAP? y
|
MEMCG_SWAP? y
|
||||||
DEVPTS_MULTIPLE_INSTANCES? y
|
DEVPTS_MULTIPLE_INSTANCES? y
|
||||||
|
|
||||||
# Enable staging drivers. These are somewhat experimental, but
|
# Enable staging drivers. These are somewhat experimental, but
|
||||||
|
Loading…
x
Reference in New Issue
Block a user