[solved] [false alarm] docker PIDS keeps increasing at 7.0.8 #683
Replies: 2 comments 1 reply
-
That is definitely an extremely large number -- I don't think it's even cumulative. 😬 The difference between Is this instance exposed to the internet? I think every incoming connection generates a thread, and that could account for such a huge number (but would also be terrifying 😬). |
Beta Was this translation helpful? Give feedback.
-
okay, I think I got it! the number of open connections keeps increasing... LOL. false alarm, sorry guys. |
Beta Was this translation helpful? Give feedback.
-
I'm running a plain and simple 7.0.8 image with a modified config
storage:
dbPath: /data/db
directoryPerDB: true
engine: wiredTiger
wiredTiger:
engineConfig:
directoryForIndexes: true
and the PIDS number in docker stats keeps increasing rapidly: 14696 for a 3 day old container
the ps within the docker container shows only 3 processes, their pids are constant
what is going on? only the mongodb container is raising the PIDS number.
Healthcheck is not enabled on this container.
Beta Was this translation helpful? Give feedback.
All reactions