From 7ac3ecc384384b377b6f71657f0f5c04f410ee04 Mon Sep 17 00:00:00 2001 From: _den <_den@outlook.com> Date: Thu, 3 Mar 2022 19:14:15 +1000 Subject: [PATCH] updated requirements --- bor/bor.md | 2 +- geth/geth.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bor/bor.md b/bor/bor.md index 2d0c3eb..fed1336 100644 --- a/bor/bor.md +++ b/bor/bor.md @@ -2,7 +2,7 @@ ## Requirements for Polygon network * memory: 64Gb (minimum) -* disk: 2Tb SSD (if you periodically prune state) +* disk: 3Tb SSD (require periodically prune state) ## Installation Set in the `.env` file: diff --git a/geth/geth.md b/geth/geth.md index d71df10..1bd4978 100644 --- a/geth/geth.md +++ b/geth/geth.md @@ -2,7 +2,7 @@ ## Requirements for Ethereum network * memory: 32Gb -* disk: 1Tb SSD (if you periodically prune state) +* disk: 1Tb SSD (require periodically prune state) ## Installation Set the domain name to be used in the `.env` file. You can also set a list of allowed IP addresses there and addresses to treat as local. Rename `example.env` to `.env`: