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

Max open files, max processes use ulimit #5

Open
dhgaan-ibm opened this issue Aug 8, 2020 · 2 comments
Open

Max open files, max processes use ulimit #5

dhgaan-ibm opened this issue Aug 8, 2020 · 2 comments

Comments

@dhgaan-ibm
Copy link
Contributor

The max open files and max processes checks use "ulimit", this is actually not the correct command to check the necessary attributes. A fix is currently in progress

@sanjitc
Copy link
Contributor

sanjitc commented Oct 1, 2020

Some discussion with Zofia Mazur on this issue.

It has to be check on pod level if we want to check docker/crio setting. Run this check from OS level will list the number related to OS and not container manager. Even if you update docker / crio with right values it will not be reflected by ulimit. It would have been seen if you do changes in vi /etc/security/limits.conf.

@sanjitc
Copy link
Contributor

sanjitc commented Oct 1, 2020

This check is part of pre-OpenShift, that time no pods are available. May be we should add to post-OpenShift stage.

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

No branches or pull requests

2 participants