diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-29 12:55:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-29 12:55:39 -0400 |
commit | 26208b93e57df2cc314cbad7ad30a712b81e5dca (patch) | |
tree | 7f7d2b53e7b9aa2eca55dc39181164dfde2c0e1a /doc | |
parent | e7182ad1191b42d3431f14ced24d0a87ab91495e (diff) | |
parent | 6b84f23317b77a4caf923fb9ab907e39e8cc926d (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Issue_on_OSX_with_some_system_limits/comment_2_b14e697c211843163285aaa8de5bf4c6._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/Issue_on_OSX_with_some_system_limits/comment_2_b14e697c211843163285aaa8de5bf4c6._comment b/doc/bugs/Issue_on_OSX_with_some_system_limits/comment_2_b14e697c211843163285aaa8de5bf4c6._comment new file mode 100644 index 000000000..17dcf7634 --- /dev/null +++ b/doc/bugs/Issue_on_OSX_with_some_system_limits/comment_2_b14e697c211843163285aaa8de5bf4c6._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus" + nickname="Jimmy" + subject="comment 2" + date="2012-06-29T12:02:48Z" + content=""" +Doing, + + sudo sysctl -w kern.maxfilesperproc=400000 + +Somewhat works for me, git-annex watch at least starts up and takes a while to scan the directory, but it's not ideal. Also, creating files seems to work okay, when I remove a file the changes don't seem to get pushed across my other repos, running a sync on the remote repo fixes things. +"""]] |