I’m seeing “Too many open files” errors in varying...
# development
s
I’m seeing “Too many open files” errors in varying situations when trying out 2.17 - has anyone else hit this / have a clue what change might be causing it? https://github.com/pantsbuild/pants/issues/19765
turning pantsd off fixes it in some cases, but causes the error in others
f
Is your
ulimit -n
set high enough?
s
apparently not - but whatever value it is works on 2.16, and not 2.17 🙂
getting “too many open files” when running
help-all
also feels like a bug regardless of your
ulimit -n
👍 1