2 months ago
I am seeing a significant discrepancy between the Volume Usage reported in the Railway dashboard and the actual usage reported by the OS inside the container.
Observed Usage (Dashboard): Consistent growth up to ~3.00 GB.
Actual Usage (Container CLI):52 MB (verified via
df -h /dataand
du -sh /data).
Environment Details:
Mount Path:
/dataFilesystem Type: zfs (detected via device
/dev/zd37440)
Database: SQLite 3 (primary file is ~54MB).
Diagnostics Performed:
Ran
du -sh /datawhich returns 52M.
Ran
df -h /datawhich returns 52M Used and 4.5G Available.
Verified directory contents via
ls -laR /data. No large hidden files or journal logs (WAL/SHM) account for the missing ~2.9GB.
No "open deleted files" appear to be inflating the block usage.
Could you please clarify if this 3GB represents provisioned blocks, snapshot overhead, or if there is a known delay in the volume metric aggregation? I want to ensure I am not actually nearing the 5GB volume limit while the container reports only 2% usage.
0 Replies