summary refs log tree commit diff
path: root/nixos/tests/gerrit.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/gerrit.nix')
-rw-r--r--nixos/tests/gerrit.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/gerrit.nix b/nixos/tests/gerrit.nix
index b6b6486fae8..8ae9e89cf6b 100644
--- a/nixos/tests/gerrit.nix
+++ b/nixos/tests/gerrit.nix
@@ -18,7 +18,6 @@ in {
       { config, pkgs, ... }: {
         networking.firewall.allowedTCPPorts = [ 80 2222 ];
 
-        virtualisation.memorySize = 1024;
 
         services.gerrit = {
           enable = true;