From b47a2fb2a7d634c80d3f60b5f1e741f0258092f7 Mon Sep 17 00:00:00 2001 From: Alex Sharov Date: Thu, 21 Jan 2021 11:40:06 +0700 Subject: [PATCH] Add Golang requirements to Readme.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4909177d1..490a6f989 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,16 @@ Things can and will break.** -The current version is currently based on Go-Ethereum 1.9.15. +The current version is currently based on Go-Ethereum 1.9.24 System Requirements =================== -About 830 GB of free disk storage (630 GB state storage, 200GB temp files) +About 1100 GB of disk: 900GB state, 200GB temp files (can symlink or mount folder `/etl-tmp` to another disk) -16 or 32 GB of RAM is recommended +RAM: 16GB + +(Go version >= 1.15.6](https://golang.org/doc/install) 🔬 more info on disk storage is here [here](https://ledgerwatch.github.io/turbo_geth_release.html#Disk-space)) @@ -59,7 +61,7 @@ a simple way. **Preprocessing**. For some operations, turbo-geth uses temporary files to preprocess data before inserting it into the main DB. That reduces write amplification and -DB inserts sometimes are orders of magnitude quicker. +DB inserts are orders of magnitude quicker. 🔬 See our detailed ETL explanation [here](/common/etl/).