Skip to content

Instantly share code, notes, and snippets.

View rhad00's full-sized avatar

rhad00 rhad00

  • Romania
  • 06:25 (UTC +03:00)
View GitHub Profile
@rhad00
rhad00 / erigon-v3-tuning.txt
Last active January 16, 2026 08:12
Erigon v3 optimal configuration for ARM CPUs in prune mode
This config is for docker deployed Erigon on 16 core ARM cepu with 46 GB of RAM and 1.5TB cloud NVME storage:
services:
init:
image: alpine:3.20
platform: linux/arm64
# create JWT and set ownership for UID:GID 1000
command: >
sh -c '
adduser -D -u 1000 erigon 2>/dev/null || true &&