Skip to content

Commit d3e2611

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/cost-estimate/03-storage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ requirements.
104104
- $\text{Size}_{\text{IB}}$ = Size of each IB in bytes (98,608)
105105

106106
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}})$$
107+
$$S_{EB} = N_{EB\_stage} \times N_{stages} \times (Size_{EB\_header} + Size_{EB\_body} \times N_{IB\_refs})$$
108108
where:
109-
- $N_{\text{EB stage}}$ = Number of EBs per stage (1.5)
110-
- $N_{\text{stages}}$ = Number of stages per month (131,400)
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)
109+
- $N_{EB\_stage}$ = Number of EBs per stage (1.5)
110+
- $N_{stages}$ = Number of stages per month (131,400)
111+
- $Size_{EB\_header}$ = EB header size (240 bytes)
112+
- $Size_{EB\_body}$ = EB body size per reference (32 bytes)
113+
- $N_{IB\_refs}$ = Number of IB references per EB (varies by IB rate)
114114

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

0 commit comments

Comments
 (0)