You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/Usage/ResourceUsage.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,17 +29,18 @@ SSD and RAM use is after initial sync, when keeping up with head.
29
29
30
30
Please pay attention to the Version and Date. These are snapshots in time of client behavior. Initial state size increases over time, and execution clients are always working on improving their storage engines.
31
31
32
-
DB Size is shown with two values like "1.2 TiB / 830 GiB", for a full node and a node with pre-merge history expiry, respectively.
33
-
34
-
| Client | Version | Date | DB Size | DB Growth | RAM | Notes |
| Erigon | 3.0.3 | May 2025 |~1.0 TiB / ~650 GiB |~7-8 GiB / week | See comment | Erigon will have the OS use all available RAM as a DB cache during post-sync operation, but this RAM is free to be used by other programs as needed. During sync, it may run out of memory on machines with 32 GiB or less |
| Ethrex | 4.0.0 | October 2025 | NA / 450 GiB | ?? | ?? ||
32
+
DB Size is shown with values for different types of nodes: Full, and different levels of expiry: Post-Merge history only; Post-Cancun history only; rolling expiry; aggressive expiry.
33
+
"tbd" means I haven't gathered the data. "n/a" means the client does not support this expiry mode, yet.
34
+
35
+
| Client | Version | Date | DB Full | DB Post-Merge | DB Post-Cancun | DB Rolling | DB Aggressive | RAM | Notes |
| Erigon | 3.0.3 | May 2025 |~1.0 TiB |~650 GiB | n/a | tbd | tbd | See comment | Erigon will have the OS use all available RAM as a DB cache during post-sync operation, but this RAM is free to be used by other programs as needed. During sync, it may run out of memory on machines with 32 GiB or less |
0 commit comments