Skip to content

docs(hardware): refresh v3.5 measured disk sizes (mainnet + gnosis) - #22640

Merged
AskAlexSharov merged 1 commit into
release/3.5from
docs/disk-sizes-v35-refresh-3.5
Jul 22, 2026
Merged

docs(hardware): refresh v3.5 measured disk sizes (mainnet + gnosis)#22640
AskAlexSharov merged 1 commit into
release/3.5from
docs/disk-sizes-v35-refresh-3.5

Conversation

@bloxster

Copy link
Copy Markdown
Collaborator

What

Refreshes the "Current Disk Usage" figures on the Hardware Requirements page with fresh v3.5.2, default-config measurements. Previous values were manual estimates from 2025-09.

Network Archive Full Minimal
mainnet 2.03 TB 419.04 GB 378.97 GB
gnosis 673.59 GB 220.10 GB 204.45 GB

How measured

  • du -sb on fully-synced nodes running v3.5.2 with default config (only --prune.mode set — no --persist.receipts override), so receipts follow the default: kept for full/minimal; archive carries the full receipt domain as part of its history.
  • mainnet measured 2026-07-19, gnosis 2026-07-21 (dates recorded per-network in disk-sizes.json).
  • disk-sizes.json updated (source of record); hardware-requirements.mdx regenerated from it via scripts/render-disk-sizes.py (static markers); render --check and the llms --check both pass.

Notes

  • source is manual for all rows this cycle (hand-measured). CI (update-disk-sizes.yml) will resume writing full/minimal as ci on the next sync-from-scratch run.
  • Full < Archive is expected in v3.5 (E3 pruning) — same shape on both chains.

Updates disk-sizes.json (and the rendered hardware-requirements markers)
with fresh v3.5.2 default-config measurements:

  mainnet:  archive 2.03 TB, full 419.04 GB, minimal 378.97 GB  (2026-07-19)
  gnosis:   archive 673.59 GB, full 220.10 GB, minimal 204.45 GB (2026-07-21)

Previous values were manual estimates from 2025-09. All measured with
`du -sb` on fully-synced nodes running default config (only --prune.mode
set), so receipts follow the release/3.5 default (kept for full/minimal;
archive keeps the full receipt domain as part of its history). llms
artifacts regenerated.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Erigon documentation disk-usage figures for v3.5 using freshly measured du -sb results (mainnet + gnosis), keeping the static-marker rendering workflow intact (JSON as source-of-record → rendered MDX + LLM export text).

Changes:

  • Refreshed mainnet and gnosis “Current Disk Usage” values and measurement dates in disk-sizes.json.
  • Regenerated the hardware requirements MDX static markers from the updated JSON.
  • Updated the LLM-exported llms-full.txt copies to reflect the new numbers/dates.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
llms-full.txt Updates the exported disk-usage tables/dates to match the new measurements.
docs/site/static/llms-full.txt Keeps the site’s static LLM export in sync with the updated disk-usage figures.
docs/site/src/data/disk-sizes.json Source-of-record update: new bytes/display values + measured_at dates for mainnet/gnosis.
docs/site/docs/get-started/hardware-requirements.mdx Regenerated static marker values/dates so the rendered docs reflect the updated JSON.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@AskAlexSharov
AskAlexSharov added this pull request to the merge queue Jul 22, 2026
Merged via the queue into release/3.5 with commit 0cd34c2 Jul 22, 2026
21 checks passed
@AskAlexSharov
AskAlexSharov deleted the docs/disk-sizes-v35-refresh-3.5 branch July 22, 2026 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants