summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-24 11:13:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-24 11:13:07 -0400
commitcc045ca0e596ecdd05128e59e766a2ea04711c7c (patch)
treec133cfc281119009e4b54ab120ab5215eb7fe6d8 /doc
parentf5145850e5b6cb7d33ae457a56244c65b423d646 (diff)
typo; the inotify default limit is 8192, not 81920
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Stress_test/comment_1_c4c764488ac082f5c48d3a6b4b5fba42._comment2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/Stress_test/comment_1_c4c764488ac082f5c48d3a6b4b5fba42._comment b/doc/bugs/Stress_test/comment_1_c4c764488ac082f5c48d3a6b4b5fba42._comment
index e9a4e920c..42750808b 100644
--- a/doc/bugs/Stress_test/comment_1_c4c764488ac082f5c48d3a6b4b5fba42._comment
+++ b/doc/bugs/Stress_test/comment_1_c4c764488ac082f5c48d3a6b4b5fba42._comment
@@ -11,7 +11,7 @@ I tried this test, and noticed that it was taking the assistant rather a long ti
I was unable to reproduce any problem with the webapp. Please provide lots of details to back up \"it just crashes the GUI\".
The main problem with this directory tree is that it has more directories than inotify can watch, in the default configuration.
-So after it adds the first 81920 directories, it begins failing to watch any more, and printing a message about you needing to increase the inotify limits for each additional directory. I don't think that 51 thousand directories is a particularly realistic amount for any real-world usage of git-annex. (It will also break file manager, dropbox, etc, which all use inotify in the same way.)
+So after it adds the first 8192 directories, it begins failing to watch any more, and printing a message about you needing to increase the inotify limits for each additional directory. I don't think that 51 thousand directories is a particularly realistic amount for any real-world usage of git-annex. (It will also break file manager, dropbox, etc, which all use inotify in the same way.)
The other main time sink is that git-annex needs to run `git hash-object` once per file to stage its symlink. That is a lot of processes to run, and perhaps it could be sped up by using `git fast-import`.
"""]]