[PATCH docs v2 1/3] pveceph: update OSD memory considerations

Alwin Antreich alwin at antreich.com
Wed Oct 29 10:18:09 CET 2025


Since bluestore, OSDs adhere to the osd_memory_target and the
recommended amount of memory was increased.

See: https://docs.ceph.com/en/reef/start/hardware-recommendations/#ram

Signed-off-by: Alwin Antreich <alwin at antreich.com>
---
 pveceph.adoc | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/pveceph.adoc b/pveceph.adoc
index 17efa4d..1ed6666 100644
--- a/pveceph.adoc
+++ b/pveceph.adoc
@@ -131,14 +131,17 @@ carefully planned out and monitored. In addition to the predicted memory usage
 of virtual machines and containers, you must also account for having enough
 memory available for Ceph to provide excellent and stable performance.
 
-As a rule of thumb, for roughly **1 TiB of data, 1 GiB of memory** will be used
-by an OSD. While the usage might be less under normal conditions, it will use
-most during critical operations like recovery, re-balancing or backfilling.
-That means that you should avoid maxing out your available memory already on
-normal operation, but rather leave some headroom to cope with outages.
-
-The OSD service itself will use additional memory. The Ceph BlueStore backend of
-the daemon requires by default **3-5 GiB of memory** (adjustable).
+While usage may be less under normal conditions, it will consume more memory
+during critical operations, such as recovery, rebalancing, or backfilling. That
+means you should avoid maxing out your available memory already on regular
+operation, but rather leave some headroom to cope with outages.
+
+The current recommendation is to configure OSDs with at least **8 GiB of
+memory** for good performance. The OSD daemon requires 4 GiB by default.
+
+NOTE: Total memory consumption is primarily determined by the number of OSD
+daemons. However, for critical operations, all Ceph services may require
+additional memory.
 
 [[pve_ceph_recommendation_network]]
 .Network
-- 
2.39.5





More information about the pve-devel mailing list