Pārlūkot izejas kodu

shrink by 100MiB

Josh Bicking 18 stundas atpakaļ
vecāks
revīzija
7282fe9599
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)