summary refs log tree commit diff
path: root/nixos/tests/airsonic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/airsonic.nix')
-rw-r--r--nixos/tests/airsonic.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/tests/airsonic.nix b/nixos/tests/airsonic.nix
index 59bd84877c6..d8df092c2ec 100644
--- a/nixos/tests/airsonic.nix
+++ b/nixos/tests/airsonic.nix
@@ -11,10 +11,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
         enable = true;
         maxMemory = 800;
       };
-
-      # Airsonic is a Java application, and unfortunately requires a significant
-      # amount of memory.
-      virtualisation.memorySize = 1024;
     };
 
   testScript = ''