Skip to content

Commit

Permalink
flake.nix: increased heap limit
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Sep 26, 2024
1 parent bd0e753 commit babfabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
# 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 babfabf

Please sign in to comment.