@cryptotaxi247 / kubo / commits / 73cf7ee82

README: update minimum system requirements and recommend OpenSSL

fixes #6513

Steven Allen committed Jul 29, 2019 at 16:23 UTC 73cf7ee8232565f33fe74da1b6bff806aab2d759
1 file changed +6 -1
README.md
+6 -1
@@ -56,7 +56,12 @@ The canonical download instructions for IPFS are over at: https://docs.ipfs.io/g
56
57 ### System Requirements
58
59 -IPFS can run on most Linux, macOS, and Windows systems. We recommend running it on a machine with at least 2 GB of RAM (it’ll do fine with only one CPU core), but it should run fine with as little as 1 GB of RAM. On systems with less memory, it may not be completely stable.
59 +IPFS can run on most Linux, macOS, and Windows systems. We recommend running it on a machine with at least 2 GB of RAM and 2 CPU cores (go-ipfs is highly parallel). On systems with less memory, it may not be completely stable.
60 +
61 +If your system is resource constrained, we recommend:
62 +
63 +1. Installing OpenSSL and rebuilding go-ipfs manually with `make build GOFLAGS=-tags=openssl`. See the [download and compile](#download-and-compile-ipfs) section for more information on compiling go-ipfs.
64 +2. Initializing your daemon with `ipfs init --profile=lowpower`
65
66 ### Install prebuilt packages
67