How to interpret virtual Memory Metric

Hey there,
related to this topic → Atlas Cluster connections and memory allocation that can not be explained
We are facing similar issues. I’ve checked the following metrics:


The first chart represents the number of connections, the second is the “Memory”-metirc and the last is “System-Memory”-metric. How should I interpret this? I’m right if I assume, that the virtual memory is just simulated and the real used memory is just about 500MB? Because system memory is about 1.5GB and we are having 3 shards. I’m asking because the creator of the topic linked is thinking about upgrading from M10 to M30. We are also having M10 but if I’m right with the virtual memory, there is no need for an upgrade, right?

Greetings.

Hi @Andy_Hermann,
Welcome to the MongoDB Developer Community Forum!

The first chart represents the number of connections, the second is the “Memory”-metirc and the last is “System-Memory”-metric. How should I interpret this?

The “Memory” metric is associated with the memory for mongod and wiredTiger processes running on the system. The “System-Memory” metric is associated with the memory for all processes running on the system.

You can find a more in-depth explanation of the metrics by hovering your mouse over the metric name in the charts view and selecting the info “i” button as shown below:

We are also having M10 but if I’m right with the virtual memory, there is no need for an upgrade, right?

Purely based off your screenshot, it does not appear an upgrade to M30 is required (from Memory + System Memory) alone. However, this question may be best suited for Atlas support as they would have a greater view of the metrics outside of Memory and System Memory. There is free Atlas chat support when on the Atlas UI in the bottom right hand corner, it will be a green bubble icon which will open a chat box when selected.

Best Regards,
Jason

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.