podman build with rootful machine in macos aarch64 fails with exceeded fd limit #16753
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
macos
MacOS (OSX) related
remote
Problem is in podman-remote
stale-issue
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Steps to reproduce the issue:
podman machine init --rootful --cpus 8 --memory 12048 --now
podman build -t wireguard .
Describe the results you received:
Describe the results you expected:
This should compile or give a way to set the limits there.
The same works without the compile step and running the image with
docker run --rm -it wireguard make -C src
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info
:Package info (e.g. output of
rpm -q podman
orapt list podman
orbrew info podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: