Skip to content

Instantly share code, notes, and snippets.

View cpecorari's full-sized avatar
🎯
Focusing

Côme Peco cpecorari

🎯
Focusing
View GitHub Profile
@cpecorari
cpecorari / 0-install.sh
Last active July 12, 2022 08:55
Server Disk Space Check & mail notification
#!/bin/sh
apt update && \
apt install postfix mailutils && \
# manually cofigure postfix with "Internet site"
echo "test" | mail your@email.com
@yorickdowne
yorickdowne / GethBEHAVE.md
Last active July 22, 2024 16:26
Pruning Geth 1.10.x, 1.11.x, 1.12.x

Note: PBSS in Geth >=1.13.0 removes the need to prune manually.


Old content for reference

Overview

Geth (Go-Ethereum) as of July 2022 takes about 650 GiB of space on a fast/snap sync, and then grows by ~ 14 GiB/week with default cache, ~ 8 GiB/week with more cache.