Replies: 2 comments
-
filesLimit is a commonly used option, I think it should be supported,cgroups is used for /proc/sys/fs/file-max |
Beta Was this translation helpful? Give feedback.
0 replies
-
What you propose doesn't make sense. cgroup.Resources is for resources that are controlled via cgroups. /proc/sys/fs/file-max is a system-wide limit, not a per-container limit. There is, although, Rlimits field in specs.Process which can be used to set RLIMIT_NOFILE for the process. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions