We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9439457 commit a97f15cCopy full SHA for a97f15c
nix/ouroboros-network.nix
@@ -109,7 +109,7 @@ let
109
packages.ouroboros-network.components.tests.sim-tests.doCheck = onLinux;
110
111
packages.dmq-node.components.tests.dmq-test.preCheck =
112
- if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "";
+ if buildSystem == "x86_64-linux" then "export GHCRTS=-M1200M" else "";
113
packages.network-mux.components.tests.test.preCheck =
114
if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "";
115
packages.ouroboros-network-protocols.components.tests.test.preCheck =
0 commit comments