Added a comment

This commit is contained in:
http://joeyh.name/ 2013-03-01 20:20:30 +00:00 committed by admin
parent dafae75991
commit 2f2d67df85

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 5"
date="2013-03-01T20:20:21Z"
content="""
Aha, so it's a direct mode repository and all this \"typechange\" stuff git outputs in such repositories is presumably the main culprit for log bloat. I have made it suppress that output.
Excessive repacking may also explain a lot of the CPU usage and slowness. What does this say?
`grep \"Auto packing the repository for optimum performance.\" .git/annex/*.log |wc -l`
It may make sense for the assistant to tune `gc.auto` to avoid repacks. You might try disabling repacking altogether and see if it helps: `git config gc.auto 0`
"""]]