From 63776ceea62b93ed28c118615a1ca416ceff478f Mon Sep 17 00:00:00 2001 From: Alex Sharov Date: Thu, 6 Jul 2023 08:54:23 +0700 Subject: [PATCH] Update README.md (#7848) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16e113e8c..3e2e8c2dc 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Running `make help` will list and describe the convenience commands available in ### Datadir structure - chaindata: recent blocks, state, recent state history. low-latency disk recommended. -- snapshots: old blocks, old state history. can symlink/mount it to cheaper disk. mostly immutable. +- snapshots: old blocks, old state history. can symlink/mount it to cheaper disk. mostly immutable. must have ~100gb free space (for merge recent files to bigger one). - temp: can grow to ~100gb, but usually empty. can symlink/mount it to cheaper disk. - txpool: pending transactions. safe to remove. - nodes: p2p peers. safe to remove.