-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Description
Overview
Operators running base/node over long periods may see disk usage grow steadily, but the repository documentation does not clearly explain expected disk growth patterns, pruning behavior, or storage requirements over time.
Problem Description
Without clear guidance, node operators may:
- underestimate disk requirements for long-running nodes
- be unsure whether disk growth is expected or indicates a misconfiguration
- not know when pruning occurs or how it affects storage usage
- struggle to plan infrastructure capacity correctly
This can lead to unnecessary troubleshooting or unexpected outages due to full disks.
Expected Behavior
- Operators should understand expected disk usage growth.
- Pruning behavior and its impact on storage should be documented.
- Storage planning should be easier and more predictable.
Steps to Reproduce
- Run
base/nodecontinuously for an extended period. - Monitor disk usage over time.
- Observe steady growth without clear documentation explaining expected behavior.
Proposed Solution
- Add a documentation section describing:
- expected disk usage growth over time
- which components consume the most disk space
- whether and when pruning occurs
- recommended disk sizing for common setups
- Include notes on how configuration choices may affect storage usage.
Metadata
Metadata
Assignees
Labels
No labels