You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to run longer running devnets, we need to use less storage (main factor contributing to resource overflow).
Currently
The chains are run with default configuration, saving everything to storage of the Pods, this storage is limited by the disk space per node available.
Proposal
For longger running chains, we need the capability to use less resources, maybe pruning every so many blocks to keep the storage in check.
Need to look into the configs for each chain to use less storage.
Wacky idea
Maybe we perform pruning action per chain node based on the available storage. Not sure how this can be done if at all.
The text was updated successfully, but these errors were encountered:
Overview
To be able to run longer running devnets, we need to use less storage (main factor contributing to resource overflow).
Currently
The chains are run with default configuration, saving everything to storage of the Pods, this storage is limited by the disk space per node available.
Proposal
For longger running chains, we need the capability to use less resources, maybe pruning every so many blocks to keep the storage in check.
Need to look into the configs for each chain to use less storage.
Wacky idea
Maybe we perform pruning action per chain node based on the available storage. Not sure how this can be done if at all.
The text was updated successfully, but these errors were encountered: