Hey, we’ve had a couple users hit the “Too many op...
# development
h
Hey, we’ve had a couple users hit the “Too many open files” issue and today Benjy and I both hit it, even with
ulimit
configured. Do we know why we are opening so many file handles? I know
lmdb_store
uses a lot of handles, but are we expecting it to use thousands? A user last week hit it when running
./pants repl
with no targets, for example.