Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust performance numbers based on new benchmark results #4521

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ Contact your Customer Success Manager to increase the cluster size beyond the ma

| Cluster size | 1x | 2x | 3x | 4x |
| :---------------------------------------------------------------------------------- | ---------------------------------: | ----------------------------------: | -------------------------------: | -------------------------------: |
| Max Throughput **Tasks/day** **\*** | 4.3 M | 8.6 M | 12.9 M | 17.2 M |
| Max Throughput **Tasks/second** **\*** | 50 | 100 | 150 | 200 |
| Max Throughput **Process Instances/day** **\*\*** | 3 M | 6 M | 9 M | 12 M |
| 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 |
akeller marked this conversation as resolved.
Show resolved Hide resolved
| 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, 64 GB disk. | 22 vCPU, 44 GB memory, 128 GB disk. | 33 vCPU, 66 GB mem, 192 GB disk. | 44 vCPU, 88 GB mem, 256 GB disk. |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ Contact your Customer Success Manager to increase the cluster size beyond the ma

| Cluster size | 1x | 2x | 3x | 4x |
| :---------------------------------------------------------------------------------- | ---------------------------------: | ----------------------------------: | -------------------------------: | -------------------------------: |
| Max Throughput **Tasks/day** **\*** | 4.3 M | 8.6 M | 12.9 M | 17.2 M |
| Max Throughput **Tasks/second** **\*** | 50 | 100 | 150 | 200 |
| Max Throughput **Process Instances/day** **\*\*** | 3 M | 6 M | 9 M | 12 M |
| 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 |
akeller marked this conversation as resolved.
Show resolved Hide resolved
| 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, 64 GB disk. | 22 vCPU, 44 GB memory, 128 GB disk. | 33 vCPU, 66 GB mem, 192 GB disk. | 44 vCPU, 88 GB mem, 256 GB disk. |

Expand Down
Loading