Skip to content

Commit 39212f2

Browse files
committed
docs: Update comment about resource calculation
1 parent 93de48b commit 39212f2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +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-
// This is calculated using the following formula: sum(cpumin_druid) * 2 + sum(cpumin_hdfs) + sum(cpumin_zookeeper) + sum(cpumin_operators)
14+
// We are not sure how these values were calculated in the first place, but we assume the are calculated like this:
15+
// The sum of resources listed below + HDFS resources + ZK resources + some overhead (maybe for operators).
16+
// The amount of resources for HDFS and ZK are taken from their individual documentation pages.
1517
* `5100m` CPU request
16-
// This is calculated using the following formula: sum(cpumax_druid) * 2 + sum(cpumax_hdfs) + sum(cpumax_zookeeper) + sum(cpumax_operators)
1718
* `15600m` CPU limit
1819
* `12144Mi` memory request and limit
1920

0 commit comments

Comments
 (0)