<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-forward-container">
      <div class="moz-forward-container"> Hi,
        <p>I'm running erlang in an embedded environment, and there 's a
          requirement to maintain 15MB free memory</p>
        <p>at any point of time. To ensure the same I need to disable
          the generation of erlang crash dump file(erl_crash.dump)</p>
        <p>file since it may grow in size. How can this be done??</p>
        <p>I've tried the following options:</p>
        <p>i. "+d" option when beginning to run the erlang node</p>
        <p>ii. Set the value of the environment variable ERL_CRASH_DUMP
          to "/dev/null"(tried this both when running the erlang
          application, and <br>
        </p>
        <p>also setting the environment variable explicitly after
          running the application)</p>
        <p><b>PS: I'm running the my application on Erlang/OTP 19
            [erts-8.0]</b><br>
        </p>
        Regards,<br>
        Arun P<br>
      </div>
      <br>
    </div>
    <br>
  </body>
</html>