Skip to content

Commit f56f4de

Browse files
tixxdzmarkpash
authored andcommittedSep 26, 2022
kernel: add CONFIG_MEMCG and CONFIG_CGROUP_PIDS options
These days all machines should have the memory and pids cgroup controllers compiled-in, so add them. Reference: - https://elixir.bootlin.com/linux/v4.19/A/ident/CONFIG_MEMCG - https://elixir.bootlin.com/linux/v4.19/A/ident/CONFIG_CGROUP_PIDS Closes: #6 Signed-off-by: Djalal Harouni <[email protected]>
1 parent 51cfde5 commit f56f4de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎_data/kernels.json

+8
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,14 @@
209209
[
210210
"--enable",
211211
"CONFIG_NET_NS"
212+
],
213+
[
214+
"--enable",
215+
"CONFIG_MEMCG"
216+
],
217+
[
218+
"--enable",
219+
"CONFIG_CGROUP_PIDS"
212220
]
213221
]
214222
}

0 commit comments

Comments
 (0)
Please sign in to comment.