Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

mongodb - Comand "mongod --auth --bind_ip_all" running infinitely and consuming too much RAM - Mongo with Docker

I have this comand mongod --auth --bind_ip_all running infinitely and consuming too much RAM in my server, what does mean? And what i can do to fix it? I'm running mongo on docker in Ubuntu.

When i run netstat command it shows this:

tcp6 0 0 localhost:25010 localhost:38388 ESTABLISHED tcp6 0 0 localhost:25010 localhost:34014 ESTABLISHED tcp6 0 0 localhost:25010 localhost:57152 ESTABLISHED tcp6 0 0 localhost:25010 localhost:46990 ESTABLISHED tcp6 0 0 localhost:25010 localhost:48236 ESTABLISHED

enter image description here

question from:https://stackoverflow.com/questions/65831937/comand-mongod-auth-bind-ip-all-running-infinitely-and-consuming-too-much-r

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...