nixos-module: reintroduce LimitRSS for hunter

This commit is contained in:
Astro 2023-08-09 14:34:04 +02:00
parent cde94fd3ab
commit 588cf7901f
1 changed files with 2 additions and 1 deletions

View File

@ -217,7 +217,8 @@ in
LockPersonality = true;
MemoryDenyWriteExecute = true;
LimitNOFile = limitNOFILE;
MemoryMax = "8G";
LimitRSS = "4G";
MemoryMax = "16G";
};
};