Search code examples
windowserlangemulationelixirelixir-iex

how can we increase the buffer size of the erlang emulator (werl on windows)


Please how can we increase the message buffer size of the Erlang Emulator, particularly on Windows (i.e. the WERL tool)

It seems to be limited to 999

The Same affects IEx.

Thanks


Solution

  • $ erl +zdbbl <your number>
    

    In the doc it states that the default value is 1024 (in kb), it's weird that in werl it's 999.

    You can find more info at this doc: http://erlang.org/doc/man/erl.html