Skip to content

Commit

Permalink
Increase disk size for testnet ElectrumX node (#3822)
Browse files Browse the repository at this point in the history
ElectrumX on testnet started failing with `plyvel._plyvel.IOError: b'IO
error: utxo/MANIFEST-7126373: No space left on device'` error. I edited
PVC to increase disk size from 30Gi to 40Gi.
  • Loading branch information
lukasz-zimnoch authored Nov 27, 2024
2 parents 7b46b21 + e3a7114 commit 406cb89
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 @@ -18,4 +18,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 30Gi
storage: 40Gi
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ patches:
- ReadWriteOnce
resources:
requests:
storage: 30Gi
storage: 40Gi
generatorOptions:
disableNameSuffixHash: true
Expand Down

0 comments on commit 406cb89

Please sign in to comment.