about summary refs log tree commit diff
path: root/nixos/tests/web-apps
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2022-11-06 19:53:30 +0100
committerManuel Bärenz <programming@manuelbaerenz.de>2022-11-17 20:05:50 +0100
commit7718720149735af0e9ed8b770c2aaf67dfc64fc3 (patch)
tree9548661ce26acde5f84c97e405b757a75d03d081 /nixos/tests/web-apps
parent74987395e3f7eb6ada6911bbf9c1b876dec3ddb7 (diff)
nixos/mastodon: increase RAM for NixOS test vm
Diffstat (limited to 'nixos/tests/web-apps')
-rw-r--r--nixos/tests/web-apps/mastodon.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/web-apps/mastodon.nix b/nixos/tests/web-apps/mastodon.nix
index 05cc727476d67..2e7549460a3d9 100644
--- a/nixos/tests/web-apps/mastodon.nix
+++ b/nixos/tests/web-apps/mastodon.nix
@@ -56,6 +56,9 @@ in
     };
 
     server = { pkgs, ... }: {
+
+      virtualisation.memorySize = 2048;
+
       networking = {
         interfaces.eth1 = {
           ipv4.addresses = [