5 ms·
Eh, at least one of those -- the "crashing the node" with messages argument is weak-ish, you can setup: erlang:process_flag(message_queue_data, on_heap), e
by sargun 6mo ago
Eh, at least one of those -- the "crashing the node" with messages argument is weak-ish, you can setup:
erlang:process_flag(message_queue_data, on_heap),
erlang:set_process_info_limit(memory, 1024000).