Commit b27a733
committed
Remove
Explicit configuration for `LimitNOFILE` in the reference `crio.service`
systemd service file is removed.
CRI-O's rlimits are inherited by containers, so the daemon's
`LimitNOFILE` affects `RLIMIT_NOFILE` within containers. It is
recommended to use the default systemd `LimitNOFILE` configuration.
Administrators on platforms running versions less than systemd 240
should explicitly configure `LimitNOFILE=1024:524288` or risk falling
back to the kernel default of `4096`.
Fixes: cri-o#7703
Signed-off-by: Sascha Grunert <[email protected]>LimitNOFILE from systemd service file1 parent 5df9c0e commit b27a733
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments