Skip to content

Commit

Permalink
Add new per second figures (#4682)
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings authored Nov 29, 2024
1 parent fddde21 commit a36e5b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ Camunda 8 defines four [cluster sizes](/components/concepts/clusters.md#cluster-
Contact your Customer Success Manager to increase the cluster size beyond the maximum 4x size. This requires custom sizing and pricing.
:::

| Cluster size | 1x | 2x | 3x | 4x |
| :---------------------------------------------------------------------------------- | ---------------------------------: | ----------------------------------: | -------------------------------: | -------------------------------: |
| Max Throughput **Tasks/day** **\*** | 9 M | 18 M | 27 M | 36 M |
| Max Throughput **Tasks/second** **\*** | 100 | 200 | 300 | 400 |
| Max Throughput **Process Instances/day** **\*\*** | 432 k | 864 k | 1.296 k | 1.728 k |
| Max Total Number of Process Instances stored (in Elasticsearch in total) **\*\*\*** | 75 k | 150 k | 225 k | 300 k |
| Cluster size | 1x | 2x | 3x | 4x |
| :---------------------------------------------------------------------------------- | ----------------------------------: | ----------------------------------: | -------------------------------: | -------------------------------: |
| Max Throughput **Tasks/day** **\*** | 9 M | 18 M | 27 M | 36 M |
| Max Throughput **Tasks/second** **\*** | 100 | 200 | 300 | 400 |
| Max Throughput **Process Instances/second** **\*\*** | 5 | 10 | 15 | 20 |
| Max Total Number of Process Instances stored (in Elasticsearch in total) **\*\*\*** | 75 k | 150 k | 225 k | 300 k |
| Approximate resources provisioned **\*\*\*\*** | 11 vCPU, 22 GB memory, 192 GB disk. | 22 vCPU, 44 GB memory, 384 GB disk. | 33 vCPU, 66 GB mem, 576 GB disk. | 44 vCPU, 88 GB mem, 768 GB disk. |

The numbers in the table were measured using Camunda 8 (version 8.6), [the benchmark project](https://github.com/camunda-community-hub/camunda-8-benchmark) running on its own Kubernetes Cluster, and using a [realistic process](https://github.com/camunda/camunda/blob/main/zeebe/benchmarks/project/src/main/resources/bpmn/realistic/bankCustomerComplaintDisputeHandling.bpmn) containing a mix of BPMN symbols such as tasks, events and call activities including subprocesses. To calculate day-based metrics, an equal distribution over 24 hours is assumed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ Camunda 8 defines four [cluster sizes](/components/concepts/clusters.md#cluster-
Contact your Customer Success Manager to increase the cluster size beyond the maximum 4x size. This requires custom sizing and pricing.
:::

| Cluster size | 1x | 2x | 3x | 4x |
| :---------------------------------------------------------------------------------- | ---------------------------------: | ----------------------------------: | -------------------------------: | -------------------------------: |
| Max Throughput **Tasks/day** **\*** | 9 M | 18 M | 27 M | 36 M |
| Max Throughput **Tasks/second** **\*** | 100 | 200 | 300 | 400 |
| Max Throughput **Process Instances/day** **\*\*** | 432 k | 864 k | 1.296 k | 1.728 k |
| Max Total Number of Process Instances stored (in Elasticsearch in total) **\*\*\*** | 75 k | 150 k | 225 k | 300 k |
| Cluster size | 1x | 2x | 3x | 4x |
| :---------------------------------------------------------------------------------- | ----------------------------------: | ----------------------------------: | -------------------------------: | -------------------------------: |
| Max Throughput **Tasks/day** **\*** | 9 M | 18 M | 27 M | 36 M |
| Max Throughput **Tasks/second** **\*** | 100 | 200 | 300 | 400 |
| Max Throughput **Process Instances/second** **\*\*** | 5 | 10 | 15 | 20 |
| Max Total Number of Process Instances stored (in Elasticsearch in total) **\*\*\*** | 75 k | 150 k | 225 k | 300 k |
| Approximate resources provisioned **\*\*\*\*** | 11 vCPU, 22 GB memory, 192 GB disk. | 22 vCPU, 44 GB memory, 384 GB disk. | 33 vCPU, 66 GB mem, 576 GB disk. | 44 vCPU, 88 GB mem, 768 GB disk. |

The numbers in the table were measured using Camunda 8 (version 8.6), [the benchmark project](https://github.com/camunda-community-hub/camunda-8-benchmark) running on its own Kubernetes Cluster, and using a [realistic process](https://github.com/camunda/camunda/blob/main/zeebe/benchmarks/project/src/main/resources/bpmn/realistic/bankCustomerComplaintDisputeHandling.bpmn) containing a mix of BPMN symbols such as tasks, events and call activities including subprocesses. To calculate day-based metrics, an equal distribution over 24 hours is assumed.
Expand Down

0 comments on commit a36e5b2

Please sign in to comment.