Storage and garbage collection
The dashboard reports physical chunk storage after deduplication, free disk space, and pre-dedup content totals per game.
What GC keeps
Garbage collection retains:
- Every current stream pointer.
- The configured number of historical builds per stream.
- Pinned builds.
- Builds younger than the configured retention age.
- Files inside the safety grace period.
Everything else may be removed, including chunks no retained build needs.
Preview a sweep
Choose dry run. The result reports how many builds and chunks would be removed and how much space would be reclaimed. No data changes.
Run a sweep
After reviewing the dry run, choose run now. The result reports removed and retained data, and the action appears in recent activity.
GC is designed to run while the server is available. Backups are still separate: garbage collection is not a substitute for a tested metadata backup.