summary refs log tree commit diff
path: root/nixos/tests/vault.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2020-12-18 21:59:51 +0100
committerRobert Hensing <robert@roberthensing.nl>2021-01-04 19:00:29 +0100
commit1eabc4cff1bc5e3d7ce536e266ddd6223352965d (patch)
tree1165643e4abbc0fab29b044702239e41f10ed03a /nixos/tests/vault.nix
parent174267e601bc2d525a685084d9712841b3ef93da (diff)
downloadnixpkgs-1eabc4cff1bc5e3d7ce536e266ddd6223352965d.tar
nixpkgs-1eabc4cff1bc5e3d7ce536e266ddd6223352965d.tar.gz
nixpkgs-1eabc4cff1bc5e3d7ce536e266ddd6223352965d.tar.bz2
nixpkgs-1eabc4cff1bc5e3d7ce536e266ddd6223352965d.tar.lz
nixpkgs-1eabc4cff1bc5e3d7ce536e266ddd6223352965d.tar.xz
nixpkgs-1eabc4cff1bc5e3d7ce536e266ddd6223352965d.tar.zst
nixpkgs-1eabc4cff1bc5e3d7ce536e266ddd6223352965d.zip
nixosTests.vault: increase memorySize to 512
Diffstat (limited to 'nixos/tests/vault.nix')
-rw-r--r--nixos/tests/vault.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/vault.nix b/nixos/tests/vault.nix
index ac8cf0703da..20cc8f4c692 100644
--- a/nixos/tests/vault.nix
+++ b/nixos/tests/vault.nix
@@ -8,6 +8,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
     environment.systemPackages = [ pkgs.vault ];
     environment.variables.VAULT_ADDR = "http://127.0.0.1:8200";
     services.vault.enable = true;
+    virtualisation.memorySize = 512;
   };
 
   testScript =