Skip to content

Commit

Permalink
Merge pull request #186 from zeebe-io/ls/increase-disk-size
Browse files Browse the repository at this point in the history
fix: use larger disks to avoid throttling
  • Loading branch information
Zelldon authored Oct 28, 2024
2 parents b3dabdc + 7d4aef1 commit aff06d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,4 @@ spec:
storageClassName: ssd
resources:
requests:
storage: "32Gi"
storage: "48Gi"
2 changes: 1 addition & 1 deletion charts/zeebe-benchmark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,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 aff06d4

Please sign in to comment.