Git is really slow for 100,000 objects. Any fixes?

后端 未结 11 1672
忘了有多久
忘了有多久 2020-11-27 13:23

I have a \"fresh\" git-svn repo (11.13 GB) that has over a 100,000 objects in it.

I have preformed

git fsck
git gc

on the repo afte

11条回答
  •  情深已故
    2020-11-27 13:58

    It came down to a couple of items that I can see right now.

    1. git gc --aggressive
    2. Opening up file permissions to 777

    There has to be something else going on, but this was the things that clearly made the biggest impact.

提交回复
热议问题