Skip to content

Instantly share code, notes, and snippets.

@JoshuaChi
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save JoshuaChi/11135459 to your computer and use it in GitHub Desktop.

Select an option

Save JoshuaChi/11135459 to your computer and use it in GitHub Desktop.
Manually GC
[erlang:garbage_collect(Pid) || Pid <- processes()].
@JoshuaChi

Copy link
Copy Markdown
Author

process_info(Pid, binary), which returns a list of all the binary references of a process in a list.

@JoshuaChi

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment