From 0fed223e4dfff284e43e5661ded39481e372ef01 Mon Sep 17 00:00:00 2001 From: zarel Date: Tue, 5 Apr 2016 17:24:06 +0000 Subject: [PATCH] Added a comment --- ...ent_3_3eb4c2290e560451e7341b85b58212b0._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/startup_scan_extremely_slow___40__v6_repo__41__/comment_3_3eb4c2290e560451e7341b85b58212b0._comment diff --git a/doc/bugs/startup_scan_extremely_slow___40__v6_repo__41__/comment_3_3eb4c2290e560451e7341b85b58212b0._comment b/doc/bugs/startup_scan_extremely_slow___40__v6_repo__41__/comment_3_3eb4c2290e560451e7341b85b58212b0._comment new file mode 100644 index 0000000000..a2ac70fae1 --- /dev/null +++ b/doc/bugs/startup_scan_extremely_slow___40__v6_repo__41__/comment_3_3eb4c2290e560451e7341b85b58212b0._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="zarel" + subject="comment 3" + date="2016-04-05T17:24:06Z" + content=""" +You're right, after the initial run there is no smudge filter overhead. I ran htop in tree view and got this result: + + git-annex-assistant (55-60%) + |--> git-annex-assistant (six instances, a couple of those with load 20-40%, the others idling at 0%) + |--> git ls-files (mostly idle) + |--> git check-attr (mostly idle) + |--> git check-ignore (mostly idle) + |--> git cat-file (stuck at 40-60%) +"""]]