From 442df28de6631a9ab2006faad8269c634fdc5dfc Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 31 Jan 2025 15:04:50 +0100 Subject: [PATCH] docs: update min requirements https://docs.ipfs.tech/install/command-line/#system-requirements states 6 GiB, updating readme to match that --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40abd8fe675..2d3c661e9db 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,10 @@ Please follow [`SECURITY.md`](SECURITY.md). ### Minimal System Requirements -IPFS can run on most Linux, macOS, and Windows systems. We recommend running it on a machine with at least 4 GB of RAM and 2 CPU cores (kubo is highly parallel). On systems with less memory, it may not be completely stable, and you run on your own risk. +IPFS can run on most Linux, macOS, and Windows systems. We recommend running it on a machine with at least 6 GB of RAM and 2 CPU cores (ideally more, Kubo is highly parallel). + +> [!CAUTION] +> On systems with less memory, it may not be completely stable, and you run on your own risk. ## Install