3
0
Fork 0
forked from mirrors/nixpkgs

nixos/tests/gitlab: download even more RAM

Also remove the 32-bit conditional as it already fails on 4GB.
This commit is contained in:
K900 2023-12-18 11:35:09 +03:00
parent 4ea1ee20d7
commit aa3cd9c955

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;