PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 23rd of September, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[16:26:10] <erreur404> hello, I have a question about mongodb server, and I hope this is the good place for it
[16:26:49] <erreur404> I try to found an solution for limiting the memory usage of mongodb nativelly (without cgroup usage)
[16:27:00] <erreur404> do you know if it's possible ?
[16:27:20] <erreur404> I didn't find informaztion on the official documentation
[16:28:25] <erreur404> only limitation on wiredTiger but this does not impacte cache consuption
[16:29:52] <erreur404> by default mongo seem to clean his cache after 60%, but that's
[16:30:21] <erreur404> by default mongo seem to clean his cache after 60%, but that seem to be not modifying
[16:30:33] <erreur404> (sorry for ma bad english)
[16:31:49] <erreur404> Many thanks for your time and your feedback :)
[18:19:13] <nbettenh> Question on indexes: If I have most queries against field a, and sorted on field c, and some queries on fields a and b, sorted on field c. Would there be much benefit to having 2 indexes: a, c and a, b, c?
[20:05:31] <g1eb> hi all, if i setup the initdb_root_user and pass in docker as env variables does that create the user or should i create user separately?