docs: update hardware sizing assumptions - #2573
Merged
Merged
Conversation
Contributor
|
🚀 Preview Deployment Your preview is ready: https://celestiaorg.github.io/docs-preview/pr-2573/ |
The disk figures in the tables derive from the 128MB/6s maximum-throughput envelope, not the current 32 MiB / ~3s network capacity. State that basis explicitly so the footnotes match the table values. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
jcstein
marked this pull request as ready for review
August 28, 2026 00:12
gbarros
approved these changes
Aug 28, 2026
|
Tick the box to add this pull request to the merge queue (same as
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Updates the hardware requirements page to reflect the current v9 network parameters: a 32 MiB maximum block capacity and approximately 3-second blocks.
Changes
128MB/6sdisk-sizing assumptions.The hardware table values are intentionally unchanged pending operator confirmation of storage overhead and safety margins.
Validation
npm run lint(passes with one pre-existing warning inNodeAPIContent.tsx)npm run buildgit diff --checkRelated