one more tidbit

This commit is contained in:
https://id.koumbit.net/anarcat 2013-12-31 15:17:13 +00:00 committed by admin
parent 7989e793a4
commit 76bcf99997

View file

@ -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.