diff --git a/developers/node-tutorial.md b/developers/node-tutorial.md index f67261f07fb..8cd6482f62b 100644 --- a/developers/node-tutorial.md +++ b/developers/node-tutorial.md @@ -55,7 +55,7 @@ If you would like to use them anyway, you can The following minimum hardware requirements are recommended for running a light node: -- Memory: **2 GB RAM** +- Memory: **500 MB RAM (minimum)** - CPU: **Single Core** - Disk: **50 GB SSD Storage** - Bandwidth: **56 Kbps for Download/56 Kbps for Upload** @@ -237,9 +237,13 @@ commands: 3. Build the `celestia` binary: ```bash - make build + make build-jemalloc ``` + ::: tip NOTE + This build option enables CGO. [Learn more about the build command](https://github.com/celestiaorg/celestia-node/releases/tag/v0.12.1#:~:text=%F0%9F%8F%97%EF%B8%8F-,New%20build%20option,-%3A%20Makefile%20now%20has). + ::: + 4. Install the binary: ::: code-group diff --git a/nodes/bridge-node.md b/nodes/bridge-node.md index f55ebc387d4..7ee77515c8c 100644 --- a/nodes/bridge-node.md +++ b/nodes/bridge-node.md @@ -47,7 +47,7 @@ From an implementation perspective, Bridge nodes run two separate processes: The following hardware minimum requirements are recommended for running the bridge node: -- Memory: **32 GB RAM** +- Memory: **4 GB RAM (minimum)** - CPU: **6 cores** - Disk: **10 TB SSD Storage** - Bandwidth: **1 Gbps for Download/1 Gbps for Upload** diff --git a/nodes/celestia-node.md b/nodes/celestia-node.md index 354bfad008c..3bfe4aeb1bb 100644 --- a/nodes/celestia-node.md +++ b/nodes/celestia-node.md @@ -50,9 +50,13 @@ commands: 3. Build the `celestia` binary: ```bash - make build + make build-jemalloc ``` + ::: tip NOTE + This build option enables CGO. [Learn more about the build command](https://github.com/celestiaorg/celestia-node/releases/tag/v0.12.1#:~:text=%F0%9F%8F%97%EF%B8%8F-,New%20build%20option,-%3A%20Makefile%20now%20has). + ::: + 4. Install the binary: ::: code-group diff --git a/nodes/full-storage-node.md b/nodes/full-storage-node.md index 86c414e6df2..078164eabf4 100644 --- a/nodes/full-storage-node.md +++ b/nodes/full-storage-node.md @@ -22,7 +22,7 @@ between one another. The following hardware minimum requirements are recommended for running the full storage node: -- Memory: **32 GB RAM** +- Memory: **4 GB RAM (minimum)** - CPU: **6 cores** - Disk: **10 TB SSD Storage** - Bandwidth: **1 Gbps for Download/1 Gbps for Upload** diff --git a/nodes/light-node.md b/nodes/light-node.md index 8a13ddfa02e..3b29118f64c 100644 --- a/nodes/light-node.md +++ b/nodes/light-node.md @@ -27,7 +27,7 @@ Light nodes have the following behavior: The following minimum hardware requirements are recommended for running a light node: -- Memory: **2 GB RAM** +- Memory: **500 MB RAM (minimum)** - CPU: **Single Core** - Disk: **50 GB SSD Storage** - Bandwidth: **56 Kbps for Download/56 Kbps for Upload** diff --git a/public/img/node-requirements.jpg b/public/img/node-requirements.jpg index 0038e23d84d..b8d7db35a07 100644 Binary files a/public/img/node-requirements.jpg and b/public/img/node-requirements.jpg differ