From 4818971526b7235befeb7d667cefaf98f515a56c Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Wed, 14 Nov 2018 15:10:47 -0800 Subject: [PATCH] add missing intelRdt parameters in 'runc update' manpage Signed-off-by: Lin Yang --- man/runc-update.8.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/runc-update.8.md b/man/runc-update.8.md index d4f19dbf8..3ca0dcd2b 100644 --- a/man/runc-update.8.md +++ b/man/runc-update.8.md @@ -49,3 +49,5 @@ other options are ignored. --memory-reservation value Memory reservation or soft_limit (in bytes) --memory-swap value Total memory usage (memory + swap); set '-1' to enable unlimited swap --pids-limit value Maximum number of pids allowed in the container (default: 0) + --l3-cache-schema The string of Intel RDT/CAT L3 cache schema + --mem-bw-schema The string of Intel RDT/MBA memory bandwidth schema