summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matyasbot@fd008517d046c382e18306c0b3db48eb58d45dee <matyasbot@web>2016-02-24 19:14:42 +0000
committerGravatar admin <admin@branchable.com>2016-02-24 19:14:42 +0000
commitc31b166e0f908889e6ed5a3b14d3a852f95fee5e (patch)
tree23803ddc0169148c5e64cbee3170ec534e040b75
parentf87862a8177a878fefbb4d61258a6a089fed9563 (diff)
-rw-r--r--doc/forum/How_to_improve_performance_with_v6_repos__63__.mdwn3
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?