commit 6a9174036deaa1db6a9efbfd4a9ed1c5e5bf1366 parent ec0c57325a5319224ad8942d6a4a7a081d295160 Author: ccx <ccx@te2000.cz> Date: Fri, 10 May 2024 21:59:45 +0000 Up the maximum process count for ccx containers Diffstat:
M | config/cgconfig.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/cgconfig.conf b/config/cgconfig.conf @@ -12,7 +12,7 @@ group containers/ccx { memory.max = 12884901888; } pids { - pids.max = 4096; + pids.max = 16384; } }