-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
No way to increase: Max open files #5526
Comments
Are you running rootless, or as root? |
@mheon rootless. |
Could be related to containers/buildah#2230 |
Can you manually adjust upwards with |
|
|
And just to verify - can you do a |
Glad to help! |
@Andrei-Stepanov |
Hi, I do not remember exactly. I have a note about 2 packages:
Google for: "unpriv_enable" docker centos More links |
As best as I can tell, the values of podman --ulimit can't be set any higher than the values of the user running podman. Here's what I did to fix this (this was on a RHEL 7 machine):
|
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I cannot build an app. Because of:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: