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
13
13
14
14
* `4700m` CPU request
15
15
* `13800m` CPU limit
16
- * `11376m ` memory request and limit
16
+ * `12144Mi ` memory request and limit
17
17
18
18
Of course, additional services require additional resources.
19
19
For Stackable components, see the corresponding documentation on further resource requirements.
@@ -54,15 +54,15 @@ spec:
54
54
min: 300m
55
55
max: 1200m
56
56
memory:
57
- limit: 1Gi
57
+ limit: 1500Mi
58
58
coordinators:
59
59
config:
60
60
resources:
61
61
cpu:
62
62
min: 100m
63
63
max: 400m
64
64
memory:
65
- limit: 512Mi
65
+ limit: 768Mi
66
66
----
67
67
68
68
The operator may configure an additional container for log aggregation.
You can’t perform that action at this time.
0 commit comments