diff --git a/nix/ouroboros-network.nix b/nix/ouroboros-network.nix index c995d2d7f8..be115fe0fd 100644 --- a/nix/ouroboros-network.nix +++ b/nix/ouroboros-network.nix @@ -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