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

Make one runtime for the varlink service #1215

Closed
wants to merge 1 commit into from

Conversation

baude
Copy link
Member

@baude baude commented Aug 4, 2018

Rather than making a runtime each time a client hits a varlink endpoint, we now
make a single runtime when the varlink service starts up. This fixes a problem
where we hit a max inotify limit from CNI.

Resolves: #1211

Signed-off-by: baude bbaude@redhat.com

Rather than making a runtime each time a client hits a varlink endpoint, we now
make a single runtime when the varlink service starts up.  This fixes a problem
where we hit a max inotify limit from CNI.

Resolves: containers#1211

Signed-off-by: baude <bbaude@redhat.com>
@mheon
Copy link
Member

mheon commented Aug 4, 2018

LGTM.

@jwhonce Once this goes in, we should try the python tests without the resource limits changes

@rhatdan
Copy link
Member

rhatdan commented Aug 5, 2018

@rh-atomic-bot r+

@rh-atomic-bot
Copy link
Collaborator

📌 Commit dd77906 has been approved by rhatdan

@rh-atomic-bot
Copy link
Collaborator

⚡ Test exempted: pull fully rebased and already tested.

@baude baude deleted the varlinkoneruntime branch December 22, 2019 19:16
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Varlink creates a new runtime for each API operation
4 participants