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

limit the number of processes/tasks inside of the QM #207

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

rhatdan
Copy link
Member

@rhatdan rhatdan commented Sep 12, 2023

The default limit on number of processes within the container is 2048. This is far too low for QM. Selecting 50% of max seems like a better number but really this needs to be set by the final distributor of the OS.

Also set the maximum number of open file descriptors.

The default limit on number of processes within the container is 2048.
This is far too low for QM. Selecting 50% of max seems like a better number
but really this needs to be set by the final distributor of the OS.

Also set the maximum number of open file descriptors.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
@dougsland
Copy link
Collaborator

@rhatdan we also need to wait a specific version of podman for this one?

@rhatdan
Copy link
Member Author

rhatdan commented Sep 12, 2023

No this one can go in now.

@dougsland dougsland merged commit 94998b5 into containers:main Sep 13, 2023
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants