Merge pull request #275153 from K900/even-more-ram

nixos/tests/gitlab: download even more RAM
This commit is contained in:
K900
2023-12-18 11:36:39 +03:00
committed by GitHub
+1 -1
View File
@@ -34,7 +34,7 @@ in {
gitlab = { ... }: {
imports = [ common/user-account.nix ];
virtualisation.memorySize = if pkgs.stdenv.is64bit then 4096 else 2047;
virtualisation.memorySize = 6144;
virtualisation.cores = 4;
virtualisation.useNixStoreImage = true;
virtualisation.writableStore = false;