<#20923 Feature request: Allow disabling file hand...
# github-notifications
c
#20923 Feature request: Allow disabling file handle limit warning Issue created by Taytay * Problem * I am running in a linux environment that doesn't allow me to bump the file limit above
8192
. As a result, every invocation of pants gives me the warning:
Copy code
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