[erlang-questions] clarify:
Bengt Kleberg
bengt.kleberg@REDACTED
Tue Dec 8 11:00:06 CET 2015
Greetings,
How do I make this output stay on one line? According to io:columns/0 I
have 160 characters, and the output is only 100.
3> io:fwrite( "Erlang memory usageErlang memory usage:
~p~n",[erlang:process_info(erlang:self(), [stack_size, heap_size,
total_heap_size])] ).
Erlang memory usageErlang memory usage: [{stack_size,44},
{heap_size,987},
{total_heap_size,
2585}]
bengt
More information about the erlang-questions
mailing list