Merge pull request #253259 from mweinelt/custom-ca-firefox-memlimit

nixosTests.custom-ca: resolve out of memory situations
This commit is contained in:
Martin Weinelt 2023-09-04 15:05:54 +02:00 committed by GitHub
commit 390d535562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,8 +131,8 @@ let
# chromium-based browsers refuse to run as root
test-support.displayManager.auto.user = "alice";
# browsers may hang with the default memory
virtualisation.memorySize = 600;
# machine often runs out of memory with less
virtualisation.memorySize = 1024;
environment.systemPackages = [ pkgs.xdotool pkgs.${browser} ];
};