mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Merge pull request #21061 from benoitf/DESKTOP-5282
feat: disable pid max in the podman machine
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user