diff options
-rw-r--r-- | doc/forum/How_to_improve_performance_with_v6_repos__63__.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/forum/How_to_improve_performance_with_v6_repos__63__.mdwn b/doc/forum/How_to_improve_performance_with_v6_repos__63__.mdwn new file mode 100644 index 000000000..6a4f5e8cf --- /dev/null +++ b/doc/forum/How_to_improve_performance_with_v6_repos__63__.mdwn @@ -0,0 +1,3 @@ +I've been using git-annex to manage a repo of ~4000 files (an MP3 collection). I used to use direct mode, but switched to v6 and am using unlocked files instead. However, even small commits have been taking 10-20 minutes. Looking at `ps` output shows `git-annex smudge` processes running against all of the files in the repo, one by one. + +Is there any way I can speed things up? |