Skip to content

Instantly share code, notes, and snippets.

@chriswgerber
Created April 27, 2014 20:25
Show Gist options
  • Save chriswgerber/11354888 to your computer and use it in GitHub Desktop.
Save chriswgerber/11354888 to your computer and use it in GitHub Desktop.
Git Conf - Add to git deployments with memory limits.
## Lower memory option for commiting. Allows me to workaround "Out of memory" issues on commit and push.
[pack]
threads = 1
# Don't compress compressed files... Saves memory
# Images
*.jpg -delta
*.jpeg -delta
*.gif -delta
*.png -delta
# Others
*.pdf -delta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment