Skip to content

Instantly share code, notes, and snippets.

@angrycub
Created January 3, 2013 20:53
Show Gist options
  • Save angrycub/4447147 to your computer and use it in GitHub Desktop.
Save angrycub/4447147 to your computer and use it in GitHub Desktop.
Unstick Schedulers
Scheds = erlang:system_flag(schedulers_online, 1),
timer:sleep(250),
_ = erlang:system_flag(schedulers_online, Scheds),
erlang:system_info(schedulers_online).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment