commit f968332c038d07f5c69909965de104011af37ba2 parent 6a9174036deaa1db6a9efbfd4a9ed1c5e5bf1366 Author: ccx <ccx@te2000.cz> Date: Fri, 10 May 2024 22:56:57 +0000 Up the total containers memory limit Diffstat:
M | config/cgconfig.conf | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/cgconfig.conf b/config/cgconfig.conf @@ -5,11 +5,11 @@ group containers { group containers/ccx { memory { - # 10G - memory.high = 10737418240; + # 20G + memory.high = 21474836480; - # 12G - memory.max = 12884901888; + # 24G + memory.max = 25769803776; } pids { pids.max = 16384;