summaryrefslogtreecommitdiff
path: root/doc/bugs/Issue_on_OSX_with_some_system_limits
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2012-07-04 12:32:44 +0000
committerGravatar admin <admin@branchable.com>2012-07-04 12:32:44 +0000
commitf6d18ec68dfc2f391d0bcdbff41ad2c780efc328 (patch)
tree12d86291d908aae43cd107b29fd5eca1cccaa2ae /doc/bugs/Issue_on_OSX_with_some_system_limits
parent597d16ed9c185e2c2cf5616d63b6eadd187927ea (diff)
Added a comment
Diffstat (limited to 'doc/bugs/Issue_on_OSX_with_some_system_limits')
-rw-r--r--doc/bugs/Issue_on_OSX_with_some_system_limits/comment_3_18ddf8b5934dd6fb1676cd6adc7d103b._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/Issue_on_OSX_with_some_system_limits/comment_3_18ddf8b5934dd6fb1676cd6adc7d103b._comment b/doc/bugs/Issue_on_OSX_with_some_system_limits/comment_3_18ddf8b5934dd6fb1676cd6adc7d103b._comment
new file mode 100644
index 000000000..eb886acf6
--- /dev/null
+++ b/doc/bugs/Issue_on_OSX_with_some_system_limits/comment_3_18ddf8b5934dd6fb1676cd6adc7d103b._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ subject="comment 3"
+ date="2012-07-04T12:32:44Z"
+ content="""
+Jimmy, sounds like I could use something like this to get the current limit:
+
+ sysctl kern.maxfilesperproc
+
+Probably prints \"sysctl kern.maxfilesperproc = 256\" or such.. can you verify?
+Once I have the limit, I can make the kqueue code use subset of it, and print out a message when it needs to be increased, like the inotify code does.
+
+(Also, the kqueue code only opens directories, not files, so unless you have 400000 directories, that's
+a little high.)
+
+---
+
+On file removal not propigating, does this still happen? When you remove a file does a git commit automatically happen, or is that broken with kqueue?
+"""]]