stream: increase deployment.mem from 2G to 4G

OOMs happened?
This commit is contained in:
Astro 2022-12-12 01:46:24 +01:00
parent c63d8e3f15
commit 8f192b81ff
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ in
deployment = {
persistedShares = [ "/etc" "/home" "/var" ];
storage = "big";
mem = 2048;
mem = 4096;
networks = lib.mkForce [ "pub" "serv" ];
};