summaryrefslogtreecommitdiff
path: root/doc/bugs/Issue_on_OSX_with_some_system_limits.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web>2012-06-25 15:30:00 +0000
committerGravatar admin <admin@branchable.com>2012-06-25 15:30:00 +0000
commit2e92f95edc7fd7ca418dd43d71faf1df8358b052 (patch)
tree7f5d750b3672ac8368beace84edb9b744f078809 /doc/bugs/Issue_on_OSX_with_some_system_limits.mdwn
parent4884f189224bbf96e4ca56e5644e9a25a9a52cb8 (diff)
Diffstat (limited to 'doc/bugs/Issue_on_OSX_with_some_system_limits.mdwn')
-rw-r--r--doc/bugs/Issue_on_OSX_with_some_system_limits.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/Issue_on_OSX_with_some_system_limits.mdwn b/doc/bugs/Issue_on_OSX_with_some_system_limits.mdwn
new file mode 100644
index 000000000..6c84e351d
--- /dev/null
+++ b/doc/bugs/Issue_on_OSX_with_some_system_limits.mdwn
@@ -0,0 +1,11 @@
+I was dumping ~gigs of files of approximately 3-6megs a pop (my music collection) so I could track the files that I want to listen to when I'm on the go. I had the git watch command running from the assistant branch.
+
+I was getting something along the lines of...
+
+ /Users/jtang/annex/.git/annex/tmp/: openTempFile: resource exhausted (Too many open files)
+
+and
+
+ git-annex: createPipe: resource exhausted (Too many open files)
+
+I also noticed that I somehow ended up with 256 ssh-agent's running on one of my machines, I'm not sure if the two issues are related or not, I had not noticed this type of behaviour up until recently.