-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bitnami/mongodb] warns of vm.max_map_count and sysfsFile #32472
Comments
Hi, This kind of kernel settings should be done in the host running kubernetes. |
@javsalgar hello javsalgar,
then ,restart the pod, the warn shown again :
|
Hi, This
|
@javsalgar hello, and then restart the statefulSet,mongosh, still show the warns: |
This is strange, could you enter the container and run
|
@javsalgar yes, enter the pod, sysctl -a : debug.exception-trace = 1 but the warn still shown:The server generated these startup warnings when booting |
Hi, If the value is set (as you showed using the output of sysctl -a), then I'd say it's a problem with how mongosh is detecting the resources, not with the Bitnami packaging of MongoDB. My advice would be to report it to the mongodb devs so they can check what's missing. |
@javsalgar Thank you , I will do as your suggession as update to you. |
Name and Version
bitnami/mongodb
What architecture are you using?
None
What steps will reproduce the bug?
mongosh connect to db
Are you using any custom parameters or values?
No response
What is the expected behavior?
No response
What do you see instead?
When I connect using mongosh, the db gives the following warning. Should I modify the corresponding configuration on the host machine or inside the pod?
Additional information
No response
The text was updated successfully, but these errors were encountered: