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 problem #94

Closed
hodaz opened this issue Apr 25, 2019 · 3 comments
Closed

Too many open files problem #94

hodaz opened this issue Apr 25, 2019 · 3 comments

Comments

@hodaz
Copy link

hodaz commented Apr 25, 2019

I am using aws-device-farm plugin in jenkins for UI test.

Whenever the job is executed, open files are growing more and more.

To confirm this issue, I just run "lsof -p [jenkins pid]" on terminal.

The open files are almost report relative results.

I enlarged the limit to 65535 and when it comes to the limit, I should restart jenkins.

Could you tell me how to avoid it or confirm this issue?

@stefanverhoeff
Copy link
Contributor

Yep, can confirm the bug since I experienced it as well. And there is a fix but it has not been merged yet, see PR #92

You can clone and build that PR and solve your issue with a custom build.

Or maybe @nikhil-dabhade could have a look at the PR.

@hodaz
Copy link
Author

hodaz commented Apr 29, 2019

I got it. Thank you very much!

@piyushag-aws
Copy link
Collaborator

@hodaz Above pull request is merged after testing and new version 1.26 of AWS Device Farm Jenkins plugin is available for use now. Let us know if you still see any issue.

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

No branches or pull requests

3 participants