Skip to content

Instantly share code, notes, and snippets.

@JoshuaChi
Last active August 29, 2015 14:00
Show Gist options
  • Save JoshuaChi/11135459 to your computer and use it in GitHub Desktop.
Save JoshuaChi/11135459 to your computer and use it in GitHub Desktop.
Manually GC
[erlang:garbage_collect(Pid) || Pid <- processes()].
@JoshuaChi
Copy link
Author

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

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