summary refs log tree commit diff
path: root/nixos/tests/containers-ephemeral.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-11-20 23:26:46 +0200
committerArtturin <Artturin@artturin.com>2021-11-21 17:27:58 +0200
commit54ece050b8ff6ce12a665832b2c83bfd925ce8a3 (patch)
treece0b97c678c3c08cf698ea18ecd4ea72aa2795c5 /nixos/tests/containers-ephemeral.nix
parent5e560c4e24db27b73bfe5201d900952680353896 (diff)
downloadnixpkgs-54ece050b8ff6ce12a665832b2c83bfd925ce8a3.tar
nixpkgs-54ece050b8ff6ce12a665832b2c83bfd925ce8a3.tar.gz
nixpkgs-54ece050b8ff6ce12a665832b2c83bfd925ce8a3.tar.bz2
nixpkgs-54ece050b8ff6ce12a665832b2c83bfd925ce8a3.tar.lz
nixpkgs-54ece050b8ff6ce12a665832b2c83bfd925ce8a3.tar.xz
nixpkgs-54ece050b8ff6ce12a665832b2c83bfd925ce8a3.tar.zst
nixpkgs-54ece050b8ff6ce12a665832b2c83bfd925ce8a3.zip
nixos/qemu-vm: default memorySize 384 -> 1024
the default hasn't been changed since 2009
this can improve our test performances

nixos/tests: remove explicit memorySize <1024

1024MiB is now the default
Diffstat (limited to 'nixos/tests/containers-ephemeral.nix')
-rw-r--r--nixos/tests/containers-ephemeral.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/containers-ephemeral.nix b/nixos/tests/containers-ephemeral.nix
index fabf0593f23..db1631cf5b5 100644
--- a/nixos/tests/containers-ephemeral.nix
+++ b/nixos/tests/containers-ephemeral.nix
@@ -5,7 +5,6 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
   };
 
   machine = { pkgs, ... }: {
-    virtualisation.memorySize = 768;
     virtualisation.writableStore = true;
 
     containers.webserver = {