aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/webapp_takes_100__37___of_the_cpu.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/webapp_takes_100__37___of_the_cpu.mdwn')
-rw-r--r--doc/bugs/webapp_takes_100__37___of_the_cpu.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/webapp_takes_100__37___of_the_cpu.mdwn b/doc/bugs/webapp_takes_100__37___of_the_cpu.mdwn
index 61aece482..463de781b 100644
--- a/doc/bugs/webapp_takes_100__37___of_the_cpu.mdwn
+++ b/doc/bugs/webapp_takes_100__37___of_the_cpu.mdwn
@@ -39,3 +39,8 @@ Note that I had to close the chromium tab that was displaying the actual webapp
Note also that things calmed down since git-annex started transfering larger files - the webapp only takes 75% of the CPU now. ;) And chromium is negligible. But there clearly seems to be a degenerate case where a lot of small files get transfered that seem to freakout the web UI. -- [[anarcat]]
Oh, and just copying the files using `git annex copy --to backup` doesn't use 100% of the CPU.
+
+> Anarcat also files a bug about the assistant using too much CPU, and that
+> turned out to be due to a bug in the fsck scheduler that made it spin.
+> I suspect this is the same bug, which is fixed now, so closing. [[done]]
+> --[[Joey]]