diff --git a/docs/public-networks/concepts/data-storage-formats.md b/docs/public-networks/concepts/data-storage-formats.md index 74a3ac44..07752c42 100644 --- a/docs/public-networks/concepts/data-storage-formats.md +++ b/docs/public-networks/concepts/data-storage-formats.md @@ -57,8 +57,8 @@ To run a node with Bonsai Tries data storage format, use the command line option Forest mode uses significantly more memory than Bonsai. With an [archive node](../how-to/connect/sync-node.md#run-an-archive-node), forest mode uses an estimated 12 TB of storage, while Bonsai uses an estimated 1100 GB of storage. -With a [full node](../how-to/connect/sync-node.md#run-a-full-node), forest mode uses an estimated 7 TB of storage, -while Bonsai uses an estimated 790 GB of storage. +With a [full node](../how-to/connect/sync-node.md#run-a-full-node), forest mode uses an estimated 750 GB of storage, +while Bonsai uses an estimated 650 GB of storage. ### Accessing data @@ -83,10 +83,10 @@ storage formats using [fast](../how-to/connect/sync-node.md#fast-synchronization | Data storage format | Sync mode | Storage estimate | Can other nodes sync to your node? | |---------------------|-----------|------------------|------------------------------------| -| Bonsai | Fast | 790 GB | No | -| Bonsai | Snap | 790 GB | To be implemented | -| Forest | Fast | 7 TB | Yes | -| Forest | Snap | 7 TB | To be implemented | +| Bonsai | Fast | 650 GB | No | +| Bonsai | Snap | 650 GB | To be implemented | +| Forest | Fast | 750 GB | Yes | +| Forest | Snap | 750 GB | To be implemented | !!! important