mirror of
https://github.com/containers/podman.git
synced 2026-03-21 08:03:50 -04:00
Every port we open consumes an open FD. This can easily consume all available FDs for the podman process. Set rlimits to resolve this. Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #1437 Approved by: rhatdan