Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 6750

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

$
0
0

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 ESTABLISHEDtcp6 0 0 localhost:25010 localhost:34014 ESTABLISHEDtcp6 0 0 localhost:25010 localhost:57152 ESTABLISHEDtcp6 0 0 localhost:25010 localhost:46990 ESTABLISHEDtcp6 0 0 localhost:25010 localhost:48236 ESTABLISHED

enter image description here


Viewing all articles
Browse latest Browse all 6750

Trending Articles