Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvement: better resource usage for chains #23

Open
Anmol1696 opened this issue Nov 29, 2022 · 0 comments
Open

improvement: better resource usage for chains #23

Anmol1696 opened this issue Nov 29, 2022 · 0 comments
Labels
improvements Current implementation exists, this will be an improvement

Comments

@Anmol1696
Copy link
Collaborator

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.

@Anmol1696 Anmol1696 added the improvements Current implementation exists, this will be an improvement label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvements Current implementation exists, this will be an improvement
Projects
None yet
Development

No branches or pull requests

1 participant