couchbaselabs / cbft

*THIS PROJECT HAS MOVED* from couchbaselabs TO: https://github.com/couchbase/cbft -- no further development will be done here on couchbaselabs/cbft
Other
27 stars 5 forks source link

cbft can run out of file descriptors when configured to 1 (or few) vbuckets per bleve index #18

Closed steveyen closed 9 years ago

steveyen commented 9 years ago

When running cbft on a mac OSX...

...then cbft is going to create a lot of bleve indexes (up to 1024).

And cbft will run out of file descriptors with OSX's low default limits.

steveyen commented 9 years ago

btw, this especially seems to be the case with default options on LSM based storage backends (e.g., leveldb, rocksdb).

steveyen commented 9 years ago

Going to close this one as duplicate (even though it's older), to consolidate tickets: https://github.com/couchbaselabs/cbft/issues/167