Skip to content

Commit cb4d110

Browse files
committed
fix: adjusted docs to reflect new memory limits
1 parent d66d60f commit cb4d110

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/modules/druid/pages/usage-guide/resources-and-storage.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1818
Of course, additional services require additional resources.
1919
For 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

6868
The operator may configure an additional container for log aggregation.

0 commit comments

Comments
 (0)