Hacker News new | ask | show | jobs
by sargun 94 days 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).