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

Increase ulimit to prevent issues with too many open files #7855

Merged
merged 1 commit into from Jan 13, 2017

Conversation

asfalcone
Copy link
Contributor

Description

Sometimes the Circleci build fails with
/Users/distiller/.gem/ruby/2.3.1/gems/coveralls-0.8.17/lib/coveralls/output.rb:63:in require': Too many open files - getcwd (Errno::EMFILE)`

Motivation and Context

Increasing from the default of 250 to 400 should give us enough headroom to run without failing but not increase too high to hide actual problems

`/Users/distiller/.gem/ruby/2.3.1/gems/coveralls-0.8.17/lib/coveralls/output.rb:63:in `require': Too many open files - getcwd (Errno::EMFILE)`
@endocrimes
Copy link
Collaborator

:shipit:

@asfalcone asfalcone merged commit eb8081e into master Jan 13, 2017
@asfalcone asfalcone deleted the asfalcone-patch-1 branch January 13, 2017 16:00
@asfalcone asfalcone mentioned this pull request Jan 17, 2017
@fastlane fastlane locked and limited conversation to collaborators Apr 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants