@cryptotaxi247 / kubo / commits / ad81ead4f

docs: update min requirements (#10687)

https://docs.ipfs.tech/install/command-line/#system-requirements states 6 GiB, updating readme to match that

Marcin Rataj committed Feb 5, 2025 at 22:26 UTC ad81ead4f4879f350f486cf7aed3e755aa0e7c77
1 file changed +4 -1
README.md
+4 -1
@@ -114,7 +114,10 @@ Please follow [`SECURITY.md`](SECURITY.md).
114
115 ### Minimal System Requirements
116
117 -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.
117 +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).
118 +
119 +> [!CAUTION]
120 +> On systems with less memory, it may not be completely stable, and you run on your own risk.
121
122 ## Install
123