Performance Tuning
This guide covers the hardware, storage, and client choices that yield the best Base node performance.
Hardware
Section titled “Hardware”A performant Base node needs adequate hardware. Recommended minimums:
-
A modern multi-core CPU with strong single-core performance.
-
At least 32 GB of RAM (64 GB preferred).
-
A locally attached NVMe SSD. RAID 0 layouts can boost throughput.
-
Sufficient capacity, sized as:
(2 × [current chain size] + [snapshot size] + 20% buffer)The formula reserves room for chain growth and snapshot restoration. See Base Stats for the current chain size and Base Chain Data for snapshot size.
Production hardware
Section titled “Production hardware”Base production nodes use the following hardware:
- Reth archive node
- Instance: AWS
i7i.12xlargeor larger - Storage: RAID 0 across all local NVMe drives (
/dev/nvme*) - Filesystem: ext4
- Instance: AWS
Initial sync
Section titled “Initial sync”Restore from a recent snapshot to dramatically shorten initial sync.
Client software
Section titled “Client software”The Base Node repository carries the current stable client configurations and run instructions.
Reth is currently the most performant Base client, and ongoing optimization work is concentrated there. Background on the move to Reth: Scaling Base with Reth.