Skip to content

Commit

Permalink
feat: update docs for celestia-node v0.12.1 (#1321)
Browse files Browse the repository at this point in the history
* feat: upgrade ram requirements

* feat: add new build command

From #1308

* feat: update node requirements diagram
  • Loading branch information
jcstein authored Dec 14, 2023
1 parent 95ddcba commit 75357e2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
8 changes: 6 additions & 2 deletions developers/node-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nodes/bridge-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
6 changes: 5 additions & 1 deletion nodes/celestia-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nodes/full-storage-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion nodes/light-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
Binary file modified public/img/node-requirements.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 75357e2

Please sign in to comment.