From d574bd71ba3bf18f23460e3a2bc88b747c5ca9b9 Mon Sep 17 00:00:00 2001
From: Antonio Falabella <antonio.falabella@cnaf.infn.it>
Date: Thu, 17 Oct 2019 15:43:05 +0200
Subject: [PATCH] OSD conf

---
 configuration.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configuration.md b/configuration.md
index 52efe16..9b1f323 100644
--- a/configuration.md
+++ b/configuration.md
@@ -1,4 +1,9 @@
 ### Configuration
+## OSD memory Configuration
+```
+ceph daemon /var/run/ceph/ceph-osd.22.asok config show | grep memory
+ceph daemon  osd.22 config set osd_memory_target 2147483648
+```
 ## Crush map
 change the device class of an OSD if needed
 ```
-- 
GitLab