cool-easter-32542
05/14/2024, 7:16 PM8192. As a result, every invocation of pants gives me the warning:
File handle limit is capped to: 8192. To avoid 'too many open file handle' errors, we recommend a limit of at least 10000: please see <https://www.pantsbuild.org/docs/troubleshooting#too-many-open-files-error> for more information.
Describe the solution you'd like
I looked at the source code to see if there was an env variable or setting to disable it, but I couldn't find it. I'm too new to pants to know what the convention is for this sort of thing, but it would be great to be able to acknowledge/suppress this.
pantsbuild/pants