nixos-module: bump hunter MemoryMax from 4 to 8 GB

This commit is contained in:
Astro 2023-08-09 14:09:13 +02:00
parent 112c3646bc
commit cde94fd3ab
1 changed files with 1 additions and 1 deletions

View File

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