Skip to content

Instantly share code, notes, and snippets.

@Vagabond
Created March 30, 2011 14:39
Show Gist options
  • Save Vagabond/894518 to your computer and use it in GitHub Desktop.
Save Vagabond/894518 to your computer and use it in GitHub Desktop.
1> erlang:system_monitor(self(), [{long_gc, 9999999999}]).
** exception error: bad argument
in function erlang:system_monitor/2
called as erlang:system_monitor(<0.31.0>,[{long_gc,9999999999}])
2> erlang:system_monitor(self(), [{long_gc, 999999999}]).
undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment