Browse Source

shrink by 100MiB

Josh Bicking 19 hours ago
parent
commit
7282fe9599
1 changed files with 1 additions and 1 deletions
  1. 1 1
      argocd/rook/rook-ceph-cluster-values.yaml

+ 1 - 1
argocd/rook/rook-ceph-cluster-values.yaml

@@ -153,7 +153,7 @@ cephClusterSpec:
       osd_deep_scrub_interval: "2419200" # 28 days
     "osd.*":
       osd_memory_target_autotune: "false" # "true" is causing OSD pod OOMs
-      osd_memory_target: "4254967296" # 4GiB - 50MiB
+      osd_memory_target: "4194967296" # 4GiB - 100MiB
 
 # -- A list of CephBlockPool configurations to deploy
 # @default -- See [below](#ceph-block-pools)