From 33a9fd8d3d53d14b64739f7740fd0f7f117ef86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 22 Mar 2025 17:07:10 +0100 Subject: [PATCH] tests/installer/client: increase RAM --- checks/installation-without-system/flake-module.nix | 2 +- checks/installation/flake-module.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/installation-without-system/flake-module.nix b/checks/installation-without-system/flake-module.nix index cc58c8ad1..484c0671d 100644 --- a/checks/installation-without-system/flake-module.nix +++ b/checks/installation-without-system/flake-module.nix @@ -180,7 +180,7 @@ self.packages.${pkgs.system}.clan-cli ] ++ self.packages.${pkgs.system}.clan-cli.runtimeDependencies; environment.etc."install-closure".source = "${closureInfo}/store-paths"; - virtualisation.memorySize = 2048; + virtualisation.memorySize = 3048; nix.package = nixPackage; nix.settings = { substituters = lib.mkForce [ ]; diff --git a/checks/installation/flake-module.nix b/checks/installation/flake-module.nix index 311c868ca..3b996d305 100644 --- a/checks/installation/flake-module.nix +++ b/checks/installation/flake-module.nix @@ -167,7 +167,7 @@ self.packages.${pkgs.system}.clan-cli ] ++ self.packages.${pkgs.system}.clan-cli.runtimeDependencies; environment.etc."install-closure".source = "${closureInfo}/store-paths"; - virtualisation.memorySize = 2048; + virtualisation.memorySize = 3048; nix.package = nixPackage; nix.settings = { substituters = lib.mkForce [ ];