Skip to content

Performance Tuning

This guide covers the hardware, storage, and client choices that yield the best Base node performance.

A performant Base node needs adequate hardware. Recommended minimums:

  1. A modern multi-core CPU with strong single-core performance.

  2. At least 32 GB of RAM (64 GB preferred).

  3. A locally attached NVMe SSD. RAID 0 layouts can boost throughput.

  4. 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.

Base production nodes use the following hardware:

  • Reth archive node
    • Instance: AWS i7i.12xlarge or larger
    • Storage: RAID 0 across all local NVMe drives (/dev/nvme*)
    • Filesystem: ext4

Restore from a recent snapshot to dramatically shorten initial sync.

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.