Browse Source

osd_memory_target_autotune = true

Josh Bicking 1 day ago
parent
commit
d086daf9fe
1 changed files with 4 additions and 0 deletions
  1. 4 0
      argocd/rook/rook-ceph-cluster-values.yaml

+ 4 - 0
argocd/rook/rook-ceph-cluster-values.yaml

@@ -1,5 +1,9 @@
 # From https://raw.githubusercontent.com/rook/rook/v1.18.9/deploy/charts/rook-ceph-cluster/values.yaml
 
+configOverride: |
+  [osd]
+  osd_memory_target_autotune = true
+
 # Installs a debugging toolbox deployment
 toolbox:
   # -- Enable Ceph debugging pod deployment. See [toolbox](../Troubleshooting/ceph-toolbox.md)