We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49686cf commit 867b6daCopy full SHA for 867b6da
1 file changed
devenv/rabbitmq.nix
@@ -102,6 +102,7 @@ in
102
exec = lib.mkForce "${pkgs.netcat}/bin/nc -z -v -w 5 ${cfg.host} ${toString cfg.port}";
103
};
104
105
+ env.ERL_CRASH_DUMP_BYTES = 0;
106
107
108
}
0 commit comments