mrrl-system-config

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

commit 4d8c526aa3f915d8acb9a3bfbb93d721f1e900a9
parent e7d23b3b71484a7af4b42ddd71cc8ae55462bf55
Author: ccx <ccx@te2000.cz>
Date:   Tue, 23 Jul 2024 07:23:36 +0000

Add memory limit to xpra container

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

diff --git a/config/cgconfig.conf b/config/cgconfig.conf @@ -26,6 +26,16 @@ group containers/ccx/xsession.5 { } } +group containers/ccx/xpra { + memory { + # 6G + memory.high = 6442450944; + + # 8G + memory.max = 8589934592; + } +} + group containers/ccx/alpine-browsers { memory { # 8G