mastodon: bump mem

This commit is contained in:
Astro 2022-12-14 23:22:20 +01:00
parent a598a46b53
commit a704213e59
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ zentralwerk, config, lib, pkgs, ... }:
{
deployment = {
mem = 8192;
mem = 16 * 1024;
vcpu = 16;
needForSpeed = true;
};