Skip to content

Commit

Permalink
increase RTS mem limit 300M -> 500M in ouroboros-network flake
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-iohk committed Jan 30, 2025
1 parent a859c04 commit dead93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/ouroboros-network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ let
preCheck =
lib.mkForce
(if buildSystem == "x86_64-linux"
then "export GHCRTS=-M300M"
then "export GHCRTS=-M500M"
else "");
doCheck = !pkgs.stdenv.hostPlatform.isWindows;

Expand Down

0 comments on commit dead93c

Please sign in to comment.