Skip to content

Commit

Permalink
fix: use larger disks to avoid throttling
Browse files Browse the repository at this point in the history
As we saw in camunda/camunda#21758, a 32 GiB disk is slightly too small for our default workload.
  • Loading branch information
lenaschoenburg authored Sep 10, 2024
1 parent 09789d5 commit 61e4111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zeebe-benchmark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ camunda-platform:
# PvcAccessModes can be used to configure the persistent volume claim access mode https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes
pvcAccessMode: [ "ReadWriteOnce" ]
# PvcSize defines the persistent volume claim size, which is used by each broker pod https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims
pvcSize: 32Gi
pvcSize: 48Gi
# PvcStorageClassName can be used to set the storage class name which should be used by the persistent volume claim. It is recommended to use a storage class, which is backed with a SSD.
pvcStorageClassName: ssd

Expand Down

0 comments on commit 61e4111

Please sign in to comment.