Member-only story
On Ceph Memory Management
Monitor and OSD daemons
4 min readMay 22, 2024
First we will see the output of ceph orch ps command.
Only two types of daemons have memory limits: mon and osd. We will see the same output from two other Ceph clusters.
These memory limits are governed by four properties. Their values can retrieved using the following commands.
sudo ceph config get mon mon_memory_target # in bytes
sudo ceph config get mon mon_memory_autotune
sudo ceph config get osd osd_memory_target # in bytes
sudo ceph config get osd osd_memory_target_autotune
We will collect all the values from the three clusters.