Skip to content

Commit

Permalink
nix: increased heap limit to 250MB
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Sep 28, 2024
1 parent ad1f3d8 commit 18ca906
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 @@ -109,7 +109,7 @@ let
# to discover space leaks Once #4698 and #4699 are done we can
# further constrain the heap size.
preCheck = lib.mkForce ''
export GHCRTS=-M200M
export GHCRTS=-M250M
'';

# pkgs are instantiated for the host platform
Expand Down

0 comments on commit 18ca906

Please sign in to comment.