Skip to content

Commit 7f3824c

Browse files
chore: update system requirements
1 parent 17920c7 commit 7f3824c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Readme.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,34 @@ on the same machine are:
6363
* 320 Gigabytes or more of disk storage (preferably SSD which are 2-5 times faster than
6464
electro-mechanical disks).
6565

66+
67+
### `mainnet`
68+
69+
- `cardano-node` database: 203 GB
70+
- `cardano-db-sync` ledger state: ~ 10 GB
71+
- `Postgres` database `mainnet_13.6.0.5` total size: 438 GB
72+
73+
- `cardano-db-sync` RSS RAM: peaks at 20.6 GB before settling at 18.5 GB
74+
75+
76+
### `preprod`
77+
78+
- `cardano-node` database: 12 GB
79+
- `cardano-db-sync` ledger state: ~ 2 GB
80+
- `Postgres` database `preprod_13.6.0.5` total size: 16 GB
81+
82+
- `cardano-db-sync` RSS RAM: 3,5 GB
83+
84+
85+
### `preview`
86+
87+
- `cardano-node` database: 12 GB
88+
- `cardano-db-sync` ledger state: ~ 2 GB
89+
- `Postgres` database `preview_13.6.0.5` total size: 21 GB
90+
91+
- `cardano-db-sync` RSS RAM: 3,5 GB
92+
93+
6694
The recommended configuration is to have the `db-sync` and the PostgreSQL server on the same
6795
machine. During syncing (getting historical data from the blockchain) there is a **HUGE** amount
6896
of data traffic between `db-sync` and the database. Traffic to a local database is significantly

0 commit comments

Comments
 (0)