summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2013-12-31 15:17:13 +0000
committerGravatar admin <admin@branchable.com>2013-12-31 15:17:13 +0000
commitdbc388a8aa3a9ab47e97fa926c78a6bf4cbe93d5 (patch)
tree6b506f624a17336594cc768aee8d410722ce9876 /doc
parentb20773daa75924d150e07b69414561820477d29f (diff)
one more tidbit
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/webapp_takes_100__37___of_the_cpu.mdwn4
1 files changed, 3 insertions, 1 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 287039470..61aece482 100644
--- a/doc/bugs/webapp_takes_100__37___of_the_cpu.mdwn
+++ b/doc/bugs/webapp_takes_100__37___of_the_cpu.mdwn
@@ -36,4 +36,6 @@ upgrade supported from repository versions: 0 1 2 4
Note that I had to close the chromium tab that was displaying the actual webapp UI, because that was taking another 50% of a CPU (I have a dual core).
-Note 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]]
+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.