We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2739057 commit 09988c1Copy full SHA for 09988c1
nix/ouroboros-network.nix
@@ -90,7 +90,7 @@ let
90
preCheck =
91
lib.mkForce
92
(if buildSystem == "x86_64-linux"
93
- then "export GHCRTS=-M200M"
+ then "export GHCRTS=-M300M"
94
else "");
95
doCheck = !pkgs.stdenv.hostPlatform.isWindows;
96
0 commit comments