aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Resource_exhausted
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <joey@web>2013-04-23 19:44:04 +0000
committerGravatar admin <admin@branchable.com>2013-04-23 19:44:04 +0000
commit8ef1a4babf470362387c06f1147ad421c302dc3c (patch)
tree5d550f7859ff235a7bda6160fd96e69cdc7d174e /doc/bugs/Resource_exhausted
parent135194fdf27046d55ac09cbe0613448158d84571 (diff)
Added a comment
Diffstat (limited to 'doc/bugs/Resource_exhausted')
-rw-r--r--doc/bugs/Resource_exhausted/comment_2_cdba2015e603f3c21f3e1697dd6fafcd._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/Resource_exhausted/comment_2_cdba2015e603f3c21f3e1697dd6fafcd._comment b/doc/bugs/Resource_exhausted/comment_2_cdba2015e603f3c21f3e1697dd6fafcd._comment
new file mode 100644
index 000000000..fb0f4c16b
--- /dev/null
+++ b/doc/bugs/Resource_exhausted/comment_2_cdba2015e603f3c21f3e1697dd6fafcd._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ nickname="joey"
+ subject="comment 2"
+ date="2013-04-23T19:44:04Z"
+ content="""
+I have tried repeatedly to reproduce this problem, and I cannot.
+
+git-annex does *not* keep every file open. It tends to have less than 10 open file descriptors at any one time.
+
+I thought perhaps `lsof` opened every file, but it does not seem to, either.
+
+So far, I have no indication that the problem had to do with git-annex at all. If some other program on the system opened a great many files, it could cause this to happen to git-annex.
+
+You pasted a debug log that shows that the problem persisted for several minutes. So you should make it happen again, and in that time period, investigate what program has so many files open. You can do this with lsof, or, if lsof won't run, by looking in /proc/$pid/fd/
+
+Or, of course, give me enough information to reproduce the problem. \"I have 23459 files\" isn't much help..
+"""]]