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

Disable production limits on snapshot builds #16835

Closed
wants to merge 1 commit into from
Closed

Disable production limits on snapshot builds #16835

wants to merge 1 commit into from

Conversation

jasontedor
Copy link
Member

This commit disables the production limits checks on snapshot
builds. This is at a minimum short-term relief for developers that do in
fact bind to external network interfaces, and is possibly a long-term
fix as well. The situation with using the JVM flag MaxFDLimit is far too
complicated.

Closes #16813

This commit disables the production limits checks on snapshot
builds. This is at a minimum short-term relief for developers that do in
fact bind to external network interfaces, and is possibly a long-term
fix as well. The situation with using the JVM flag MaxFDLimit is far too
complicated.
@rjernst
Copy link
Member

rjernst commented Feb 27, 2016

LGTM

@jasontedor jasontedor deleted the disable-production-limits-on-snapshots branch February 27, 2016 00:55
@rmuir
Copy link
Contributor

rmuir commented Feb 27, 2016

Basically this means we do not test what users run in production?

@jasontedor
Copy link
Member Author

Basically this means we do not test what users run in production?

@rmuir I plan to refactor a bit and add some tests early next week. I'll add an issue tomorrow so that this isn't lost.

@rmuir
Copy link
Contributor

rmuir commented Feb 27, 2016

Thanks @jasontedor

@jasontedor
Copy link
Member Author

I plan to refactor a bit and add some tests early next week. I'll add an issue tomorrow so that this isn't lost.

@rmuir @s1monw I skipped straight to a pull request and opened #16844.

@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team v5.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

max file descriptor issues on OS X
5 participants