Skip to content

Commit 93de48b

Browse files
committed
docs: Update resource requirements
1 parent b69c476 commit 93de48b

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ include::home:concepts:stackable_resource_requests.adoc[]
1111

1212
A minimal HA setup consisting of 2 Pods of each role has the following https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/[resource requirements]:
1313

14-
* `4700m` CPU request
15-
* `13800m` CPU limit
14+
// This is calculated using the following formula: sum(cpumin_druid) * 2 + sum(cpumin_hdfs) + sum(cpumin_zookeeper) + sum(cpumin_operators)
15+
* `5100m` CPU request
16+
// This is calculated using the following formula: sum(cpumax_druid) * 2 + sum(cpumax_hdfs) + sum(cpumax_zookeeper) + sum(cpumax_operators)
17+
* `15600m` CPU limit
1618
* `12144Mi` memory request and limit
1719

1820
Of course, additional services require additional resources.
@@ -35,8 +37,8 @@ spec:
3537
config:
3638
resources:
3739
cpu:
38-
min: 100m
39-
max: 400m
40+
min: 300m
41+
max: 1200m
4042
memory:
4143
limit: 512Mi
4244
historical:

0 commit comments

Comments
 (0)