Skip to content

Instantly share code, notes, and snippets.

@okjake
Last active August 14, 2018 10:46
Show Gist options
  • Select an option

  • Save okjake/073f4c0b2aa3906c400a20a34164f9b8 to your computer and use it in GitHub Desktop.

Select an option

Save okjake/073f4c0b2aa3906c400a20a34164f9b8 to your computer and use it in GitHub Desktop.
How to complete an initial time machine backup in under forty years
# debug.lowpri_throttle_enabled: 1 -> 0
# remove low priority process throttling
sudo sysctl debug.lowpri_throttle_enabled=0
# do your backup
# if everything slows down, your macbook just
# caught fire or the backup finishes re-enable it
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