set memory limits
This commit is contained in:
@@ -7,29 +7,29 @@ cephClusterSpec:
|
||||
useAllDevices: false
|
||||
deviceFilter: "^sda"
|
||||
config:
|
||||
osd_memory_target: "1610612736" # 1.5GB per OSD to prevent excessive memory usage
|
||||
osd_memory_target: "1073741824" # 1GB per OSD to maintain 70% node capacity
|
||||
resources:
|
||||
mgr:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 512Mi
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: 768Mi
|
||||
memory: 704Mi
|
||||
mon:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 512Mi
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: 768Mi
|
||||
memory: 64Mi
|
||||
osd:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 1536Mi
|
||||
memory: 896Mi
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: 2Gi
|
||||
memory: 1280Mi
|
||||
|
||||
ingress:
|
||||
dashboard:
|
||||
@@ -60,10 +60,10 @@ cephFileSystems:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: 512Mi
|
||||
memory: 32Mi
|
||||
storageClass:
|
||||
enabled: true
|
||||
isDefault: false
|
||||
|
||||
Reference in New Issue
Block a user