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
commit 80dfc4d801
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;