Skip to content

Commit 09988c1

Browse files
committed
nix: increased memory limit
1 parent 2739057 commit 09988c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ouroboros-network.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ let
9090
preCheck =
9191
lib.mkForce
9292
(if buildSystem == "x86_64-linux"
93-
then "export GHCRTS=-M200M"
93+
then "export GHCRTS=-M300M"
9494
else "");
9595
doCheck = !pkgs.stdenv.hostPlatform.isWindows;
9696

0 commit comments

Comments
 (0)