We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
prune
Update prune command to support prune from specific height (avoid out of ram)
Current prune (inside cosmos sdk) command scan from block 1, that make node out of ram when have too many block to scan.
https://github.com/titantkx/cosmos-sdk/blob/284e329d7a585404313d4b4c0dfce4e3e0ad0205/client/pruning/main.go#L97C4-L102C5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Update
prune
command to support prune from specific height (avoid out of ram)Issue Definition
Current
prune
(inside cosmos sdk) command scan from block 1, that make node out of ram when have too many block to scan.https://github.com/titantkx/cosmos-sdk/blob/284e329d7a585404313d4b4c0dfce4e3e0ad0205/client/pruning/main.go#L97C4-L102C5
Proposed Feature
Update
prune
command to support prune from specific height (avoid out of ram)The text was updated successfully, but these errors were encountered: