Skip to content

Commit 6773c55

Browse files
committed
docs: fix formula
1 parent fcbfe58 commit 6773c55

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/cost-estimate/03-storage.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,14 @@ requirements.
103103
- $T_{\text{month}}$ = Number of seconds in a month (2,628,000)
104104
- $\text{Size}_{\text{IB}}$ = Size of each IB in bytes (98,608)
105105

106-
2. **EB Storage**:
107-
108-
$$S_{\text{EB}} = N_{\text{EB\_stage}} \times N_{\text{stages}} \times (\text{Size}_{\text{EB\_header}} + \text{Size}_{\text{EB\_body}} \times N_{\text{IB\_refs}})$$
109-
106+
2. **EB Storage**:
107+
$$S_{\text{EB}} = N_{\text{EB stage}} \times N_{\text{stages}} \times (\text{Size}_{\text{EB header}} + \text{Size}_{\text{EB body}} \times N_{\text{IB refs}})$$
110108
where:
111-
- $N_{\text{EB\_stage}}$ = Number of EBs per stage (1.5)
109+
- $N_{\text{EB stage}}$ = Number of EBs per stage (1.5)
112110
- $N_{\text{stages}}$ = Number of stages per month (131,400)
113-
- $\text{Size}_{\text{EB\_header}}$ = EB header size (240 bytes)
114-
- $\text{Size}_{\text{EB\_body}}$ = EB body size per reference (32 bytes)
115-
- $N_{\text{IB\_refs}}$ = Number of IB references per EB (varies by IB rate)
111+
- $\text{Size}_{\text{EB header}}$ = EB header size (240 bytes)
112+
- $\text{Size}_{\text{EB body}}$ = EB body size per reference (32 bytes)
113+
- $N_{\text{IB refs}}$ = Number of IB references per EB (varies by IB rate)
116114

117115
3. **RB Storage**: $$S_{\text{RB}} = N_{\text{RB\_stage}} \times N_{\text{stages}} \times \text{Size}_{\text{RB}}$$
118116
where:

0 commit comments

Comments
 (0)