stream: bump deployment.mem from 4G to 6G

This commit is contained in:
Astro 2023-01-20 18:28:21 +01:00
parent 040a715402
commit 892014a2dc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ in
c3d2.hq.statistics.enable = true;
deployment = {
storage = "big";
mem = 4096;
mem = 6144;
networks = lib.mkForce [ "pub" "serv" ];
};