Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save platinumthinker/dc91f0ef1bc9c48a4c58ceb9da264867 to your computer and use it in GitHub Desktop.

Select an option

Save platinumthinker/dc91f0ef1bc9c48a4c58ceb9da264867 to your computer and use it in GitHub Desktop.
erlang features
process_flag(sensitive, true) - Stack back-traces cannot be displayed for the process. In crash dumps, the stack, messages, and the process dictionary are omitted.
process_flag(error_handler, Module) - set new error handler
process_flag(message_queue_data, MQD) - +hmqd off_heap|on_heap (default on_heap)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment