summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/chromium.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/chromium.nix b/nixos/tests/chromium.nix
index 2ce47c23775..52ae6a771e1 100644
--- a/nixos/tests/chromium.nix
+++ b/nixos/tests/chromium.nix
@@ -15,7 +15,7 @@ import ./make-test.nix (
   enableOCR = true;
 
   machine.imports = [ ./common/x11.nix ];
-  machine.virtualisation.memorySize = 4096;
+  machine.virtualisation.memorySize = 2560;
 
   startupHTML = pkgs.writeText "chromium-startup.html" ''
     <!DOCTYPE html>