mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
feat: disable pid max in the podman machine
fix https://github.com/containers/podman-desktop/issues/5282 With FCOS we have a limit of 2048 files But when launching containers like kind containers, we're reaching easily the limit. AFAIK as it's inside a dedicated machine, limit should be max Limit should be only at the container level. Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
@ -318,6 +318,7 @@ func getFiles(usrName string, uid int, rootful bool, vmtype define.VMType) []Fil
|
||||
|
||||
containers := `[containers]
|
||||
netns="bridge"
|
||||
pids_limit=0
|
||||
`
|
||||
// Set deprecated machine_enabled until podman package on fcos is
|
||||
// current enough to no longer require it
|
||||
|
Reference in New Issue
Block a user