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

feat(server): remove ulimit #1447

Merged
merged 1 commit into from
Nov 15, 2023
Merged

feat(server): remove ulimit #1447

merged 1 commit into from
Nov 15, 2023

Conversation

fortuna
Copy link
Collaborator

@fortuna fortuna commented Nov 13, 2023

This is unnecessarily restricting the server, which limits the number of connections we can support. This affected one of our partners. The call also can't raise the ulimit, since the host impose a cap on the container.

Those measurements were done when we uses ss-server, which we haven't used for several years.

Service providers can still set the ulimit on their host if they want to.

This is unnecessarily restricting the server, which limits the number of connections we can support. It also can't raise the ulimit, since the host impose a cap on the container.

Service providers can still set the ulimit on their host if they want to.
@fortuna
Copy link
Collaborator Author

fortuna commented Nov 15, 2023

Any thoughts?

Copy link
Contributor

@daniellacosse daniellacosse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! I trust you know what you're doing!

@fortuna fortuna merged commit 3d2c3db into master Nov 15, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants