about summary refs log tree commit diff
path: root/nixos/tests/containers-ip.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/containers-ip.nix')
-rw-r--r--nixos/tests/containers-ip.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/containers-ip.nix b/nixos/tests/containers-ip.nix
index 8fc42dab62410..91fdda0392a9b 100644
--- a/nixos/tests/containers-ip.nix
+++ b/nixos/tests/containers-ip.nix
@@ -22,7 +22,6 @@ in import ./make-test-python.nix ({ pkgs, lib, ... }: {
       imports = [ ../modules/installer/cd-dvd/channel.nix ];
       virtualisation = {
         writableStore = true;
-        memorySize = 768;
       };
 
       containers.webserver4 = webserverFor "10.231.136.1" "10.231.136.2";