[LTP] [PATCH v3 3/5] API/cgroup: Add memory.min
Richard Palethorpe
rpalethorpe@suse.com
Mon Feb 7 15:16:16 CET 2022
Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com>
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
---
lib/tst_cgroup.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/tst_cgroup.c b/lib/tst_cgroup.c
index 51b523b80..bb379caf5 100644
--- a/lib/tst_cgroup.c
+++ b/lib/tst_cgroup.c
@@ -159,6 +159,7 @@ static const struct cgroup_file cgroup_ctrl_files[] = {
static const struct cgroup_file memory_ctrl_files[] = {
{ "memory.current", "memory.usage_in_bytes", CTRL_MEMORY },
+ { "memory.min", NULL, CTRL_MEMORY },
{ "memory.max", "memory.limit_in_bytes", CTRL_MEMORY },
{ "memory.stat", "memory.stat", CTRL_MEMORY },
{ "memory.swappiness", "memory.swappiness", CTRL_MEMORY },
--
2.34.1
More information about the ltp
mailing list