diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-27 15:52:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-27 15:52:57 -0400 |
commit | 3a7570938c5c7c0aab815995fa2fbb4e82ba3688 (patch) | |
tree | 307b2e945094e8b6ba99ed87849ba964e81fcae3 /doc/bugs | |
parent | 32fb77c8a5a47f40eda8cb6982940304ac238644 (diff) |
OSX no longer affected by kqueue bugs
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Issue_on_OSX_with_some_system_limits.mdwn | 5 |
1 files changed, 4 insertions, 1 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 index bd4fa0e06..ba2148454 100644 --- a/doc/bugs/Issue_on_OSX_with_some_system_limits.mdwn +++ b/doc/bugs/Issue_on_OSX_with_some_system_limits.mdwn @@ -18,4 +18,7 @@ Also this was appearing in the logs To be precise, I suspect that the kqueue limit is 256, I had 325 files in the 'queue', I ended up doing a _git annex add_ manually and all was fine. -[[!tag /design/assistant/OSX]] +[[!meta title="kqueue system limits"]] + +> This affects BSD systems that use Kqueue. It no longer affects OSX, +> since we use FSEvents there instead. --[[Joey]] |