Adjust mqueue/msg_max for container under MacOS #20043
-
I'm trying to run software in a container that makes heavy usage of POSIX message queues. It fails to run from within the container, even if using Interestingly, the application does run without issue from within the podman machine. ie: Any ideas? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
see #19737 rootless users cannot adjust the limt, if you create the machine with |
Beta Was this translation helpful? Give feedback.
see #19737
rootless users cannot adjust the limt, if you create the machine with
podman machine init --rootful
it should work.