Replies: 1 comment 1 reply
-
This is not something podman can change, AFAIK the value is the same on the host and contianer as it is not namesapced at all
You should ask the mongo folks what value they are expecting. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
I get a warning regarding vm.max_map_count when launching a new MongoDB 6.0.15 container using podman.
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
The first 2 warnings are expected because I'm not using an XFS filesystem and didn't configure any security, but the third one shouldn't be there:
Describe the results you expected
No warning regarding vm.max_map_count as it's really high by default on Ubuntu 24.04 (1048576).
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
This was tested on a vanilla Ubuntu Server 24.04 LTS with the default value of max_map_count:
Additional information
Please note that I don't get this warning when running a standalone MongoDB instance on the same server:
Beta Was this translation helpful? Give feedback.
All reactions