Skip to content

Commit 5f15ee6

Browse files
Update docs/components/best-practices/architecture/sizing-your-environment.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 38bd93a commit 5f15ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/best-practices/architecture/sizing-your-environment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The numbers in the table were measured using Camunda 8 (version 8.6), [the bench
164164
**\*\*** As Tasks are the primary resource driver, the number of process instances supported by a cluster is calculated based on the assumption of an average of 10 tasks per process. Customers can calculate a more accurate process instance estimate using their anticipated number of tasks per process.
165165

166166
**\*\*\*** Total number of process instances within the retention period, regardless of if they are active or finished. This is limited by disk space, CPU, and memory for running and historical process instances available to ElasticSearch. Calculated assuming a typical set of process variables for process instances. Note that it makes a difference if you add one or two strings (requiring ~ 1kb of space) to your process instances, or if you attach a full JSON document containing 1MB, as this data needs to be stored in various places, influencing memory and disk requirements. If this number increases, you can still retain the runtime throughput, but Tasklist, Operate, and/or Optimize may lag behind.
167-
The provisioned disk size is calculated as the sum of the disk size used by Zeebe and Elasticsearch.
167+
The provisioned disk size is calculated as the sum of the disk size used by Zeebe and Elasticsearch.
168168

169169
The max throughput numbers should be considered as peak loads, and the data retention configuration considered when defining the amount of data kept for completed instances in your cluster. See [Camunda 8 SaaS data retention](/components/concepts/data-retention.md) for the default retention times for Zeebe, Tasklist, Operate and Optimize.
170170

0 commit comments

Comments
 (0)