Merge pull request #21061 from benoitf/DESKTOP-5282

feat: disable pid max in the podman machine
This commit is contained in:
openshift-merge-bot[bot]
2024-01-10 11:02:01 +00:00
committed by GitHub

View File

@ -318,6 +318,7 @@ func getFiles(usrName string, uid int, rootful bool, vmtype define.VMType) []Fil
containers := `[containers] containers := `[containers]
netns="bridge" netns="bridge"
pids_limit=0
` `
// Set deprecated machine_enabled until podman package on fcos is // Set deprecated machine_enabled until podman package on fcos is
// current enough to no longer require it // current enough to no longer require it