From bc2fe01c246addab09d1fd619255b7add2c2a6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Thu, 22 Sep 2022 11:19:30 +0000 Subject: [PATCH] Update CGroups v2 limiting resource consumption for testing: typo fixes --- ...d => CGroups-v2-limiting-resource-consumption-for-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename CGroups-v2-limiting-resource-consumptino-for-testing.md => CGroups-v2-limiting-resource-consumption-for-testing.md (96%) diff --git a/CGroups-v2-limiting-resource-consumptino-for-testing.md b/CGroups-v2-limiting-resource-consumption-for-testing.md similarity index 96% rename from CGroups-v2-limiting-resource-consumptino-for-testing.md rename to CGroups-v2-limiting-resource-consumption-for-testing.md index 96a6a2e..132703c 100644 --- a/CGroups-v2-limiting-resource-consumptino-for-testing.md +++ b/CGroups-v2-limiting-resource-consumption-for-testing.md @@ -1,6 +1,6 @@ Very rough guide to CGroups v2 and how it can be used to limit resource usage. -Prerequisites: Linux Kernel with CGroup version 2 (roughly post 2015), system configured for CGroups version 2 unified hierarchy +Prerequisites: Linux Kernel with CGroups version 2 (roughly post 2015), system configured for CGroups version 2 unified hierarchy To get a high-level idea read (now **obsolete**) https://andrestc.com/post/cgroups-io/ . Beware - it is obsolete and exactly following commands in it will likely not work. See below.