lol

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

nixosTests.custom-ca: resolve out of memory situations

authored by

Martin Weinelt and committed by
GitHub
390d5355 72028dba

+2 -2
+2 -2
nixos/tests/custom-ca.nix
··· 131 131 # chromium-based browsers refuse to run as root 132 132 test-support.displayManager.auto.user = "alice"; 133 133 134 - # browsers may hang with the default memory 135 - virtualisation.memorySize = 600; 134 + # machine often runs out of memory with less 135 + virtualisation.memorySize = 1024; 136 136 137 137 environment.systemPackages = [ pkgs.xdotool pkgs.${browser} ]; 138 138 };