Merge pull request #275019 from NixOS/download-even-more-ram

nixos/tests/nixos-rebuild-specialisations: download even more RAM
This commit is contained in:
K900 2023-12-17 19:29:27 +03:00 committed by GitHub
commit d91962b35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
virtualisation = {
cores = 2;
memorySize = 2048;
memorySize = 4096;
};
};
};