File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/modules/druid/pages/usage-guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ A minimal HA setup consisting of 2 Pods of each role has the following https://k
1313
1414* `4700m` CPU request
1515* `13800m` CPU limit
16- * `11376m ` memory request and limit
16+ * `12144Mi ` memory request and limit
1717
1818Of course, additional services require additional resources.
1919For Stackable components, see the corresponding documentation on further resource requirements.
@@ -54,15 +54,15 @@ spec:
5454 min: 300m
5555 max: 1200m
5656 memory:
57- limit: 1Gi
57+ limit: 1500Mi
5858 coordinators:
5959 config:
6060 resources:
6161 cpu:
6262 min: 100m
6363 max: 400m
6464 memory:
65- limit: 512Mi
65+ limit: 768Mi
6666----
6767
6868The operator may configure an additional container for log aggregation.
You can’t perform that action at this time.
0 commit comments