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:
parent
4ea1ee20d7
commit
aa3cd9c955
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue