We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66d60f commit cb4d110Copy full SHA for cb4d110
docs/modules/druid/pages/usage-guide/resources-and-storage.adoc
@@ -13,7 +13,7 @@ A minimal HA setup consisting of 2 Pods of each role has the following https://k
13
14
* `4700m` CPU request
15
* `13800m` CPU limit
16
-* `11376m` memory request and limit
+* `12144Mi` memory request and limit
17
18
Of course, additional services require additional resources.
19
For Stackable components, see the corresponding documentation on further resource requirements.
@@ -54,15 +54,15 @@ spec:
54
min: 300m
55
max: 1200m
56
memory:
57
- limit: 1Gi
+ limit: 1500Mi
58
coordinators:
59
config:
60
resources:
61
cpu:
62
min: 100m
63
max: 400m
64
65
- limit: 512Mi
+ limit: 768Mi
66
----
67
68
The operator may configure an additional container for log aggregation.
0 commit comments