mrrl-system-config

system configuration on top of MRRL
git clone https://ccx.te2000.cz/git/mrrl-system-config
Log | Files | Refs

commit f3ba2ed82a90a515c24ca09d4e1920f9bb77454f
parent 0a1466e946de353d1947a4cdb2210b5699c141dd
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Fri, 18 Jul 2025 13:20:51 +0000

Limits on browser containers

Diffstat:
Mconfig/cgconfig.conf | 48++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+), 0 deletions(-)

diff --git a/config/cgconfig.conf b/config/cgconfig.conf @@ -73,6 +73,54 @@ group containers/ccx/rcm-ssh { } } +group containers/ccx/gentoo-browsers { + memory { + # 12G + memory.high = 12884901888; + # 14G + memory.max = 15032385536; + } + pids { + pids.max = 2048; + } +} + +group containers/ccx/ff-rcm-slack { + memory { + # 6G + memory.high = 6442450944; + # 8G + memory.max = 8589934592; + } + pids { + pids.max = 2048; + } +} + +group containers/ccx/ff-rcm-google { + memory { + # 6G + memory.high = 6442450944; + # 8G + memory.max = 8589934592; + } + pids { + pids.max = 2048; + } +} + +group containers/ccx/ff-rcm-internal { + memory { + # 6G + memory.high = 6442450944; + # 8G + memory.max = 8589934592; + } + pids { + pids.max = 2048; + } +} + #group containers/ccx/alpine-browsers { # memory { # # 8G