summaryrefslogtreecommitdiff
path: root/doc/bugs/high_cpu_usage_in_cat-file_and_webapp
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-16 13:44:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-16 13:44:51 -0400
commitacf18415189082f57ab505603b4bb219ab91d78e (patch)
tree287f50ba91f14e46b096070f84f0531528cd6714 /doc/bugs/high_cpu_usage_in_cat-file_and_webapp
parent94c8afbfec3c47132b106eb98bbf59defeef449f (diff)
response
Diffstat (limited to 'doc/bugs/high_cpu_usage_in_cat-file_and_webapp')
-rw-r--r--doc/bugs/high_cpu_usage_in_cat-file_and_webapp/comment_1_7fee933eb54272a0447851279d31825b._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/high_cpu_usage_in_cat-file_and_webapp/comment_1_7fee933eb54272a0447851279d31825b._comment b/doc/bugs/high_cpu_usage_in_cat-file_and_webapp/comment_1_7fee933eb54272a0447851279d31825b._comment
new file mode 100644
index 000000000..d926d72d2
--- /dev/null
+++ b/doc/bugs/high_cpu_usage_in_cat-file_and_webapp/comment_1_7fee933eb54272a0447851279d31825b._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-07-16T17:36:07Z"
+ content="""
+The most likely reason for the assistant to use CPU like this is when it's running
+the expensive transfer scan to find files that need to be copied from/to
+remotes. That has to consider every file in your repository's work
+tree, and uses git cat-file to extract information from the git
+repository to see where the file is currently located. This is normally
+only done when the assistant starts up.
+
+.git/annex/daemon.log will show when the expensive transfer scan starts and
+finishes. Look for "starting scan" and "finished scan" lines. Or, open the
+webapp and look to see what activities it says it's performing.
+"""]]