mrrl-system-config

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

commit 73b979db781674fc7b06233cefd6c2b77bcaa82a
parent f3ba2ed82a90a515c24ca09d4e1920f9bb77454f
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Sat, 19 Jul 2025 13:20:08 +0000

Increase memory limit for gentoo-browsers/librewolf

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

diff --git a/config/cgconfig.conf b/config/cgconfig.conf @@ -75,10 +75,10 @@ group containers/ccx/rcm-ssh { group containers/ccx/gentoo-browsers { memory { - # 12G - memory.high = 12884901888; - # 14G - memory.max = 15032385536; + # 15G + memory.high = 16106127360; + # 16G + memory.max = 17179869184; } pids { pids.max = 2048;