Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many open files issue when using maven-car-plugin: #19

Open
NisalaNiroshana opened this issue Mar 9, 2018 · 1 comment
Open

Too many open files issue when using maven-car-plugin: #19

NisalaNiroshana opened this issue Mar 9, 2018 · 1 comment

Comments

@NisalaNiroshana
Copy link

Description:
It seems that "Too many open files" error occurred when using the maven-car plugin. This can be happened due to unclosed input streams.

Suggested Labels:
Bug

OS, DB, other environment details and versions:
java version "1.8.0_161"
Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)

Steps to reproduce:
Use maven-capp or maven car plugins with around 100-120 files. It will give the above mentioned "too many open files" issue.

@ezleyton
Copy link

ezleyton commented Sep 10, 2018

Any update on this bug? It started happening to me today on a freshly installed ubuntu 18.04, my project was compiling fine in 16.04. The only workaround I found to work is to set ulimit -n 4096 (or any higher value) before running maven.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants