Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save organicaudio/552fd624a49b67ffb8c68e9096795978 to your computer and use it in GitHub Desktop.
Save organicaudio/552fd624a49b67ffb8c68e9096795978 to your computer and use it in GitHub Desktop.
# Disable Throttling
sudo sysctl debug.lowpri_throttle_enabled=0
# Re-enable Throttling (or automatic upon reboot)
sudo sysctl debug.lowpri_throttle_enabled=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment