Skip to content

Instantly share code, notes, and snippets.

@brendandahl
Created April 18, 2019 15:26
Show Gist options
  • Save brendandahl/8853d78b159e939e2bbc46b1e9b7ab94 to your computer and use it in GitHub Desktop.
Save brendandahl/8853d78b159e939e2bbc46b1e9b7ab94 to your computer and use it in GitHub Desktop.
Increase number of inodes for MacOS (make git status fast again for mozilla central)
sudo sysctl kern.maxvnodes=$((512*1024))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment