nixos-module: lift LimitRSS for caveman-hunter a bit

This commit is contained in:
Astro 2022-12-26 03:50:18 +01:00
parent ce3f184d04
commit 3759779903
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ in
LockPersonality = true;
MemoryDenyWriteExecute = true;
LimitNOFile = limitNOFILE;
LimitRSS = "2G:4G";
LimitRSS = "4G:6G";
};
};