Skip to content

Commit

Permalink
Increase disk size for testnet ElectrumX node
Browse files Browse the repository at this point in the history
Electrum 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
nkuba committed Nov 27, 2024
1 parent 7b46b21 commit e3a7114
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 e3a7114

Please sign in to comment.