From 8ab78abe65dc815bc618ab1c1b52286394b002b5 Mon Sep 17 00:00:00 2001 From: LordGhostX Date: Mon, 13 May 2024 13:55:44 +0100 Subject: [PATCH] add node requirements --- docs/guides/nwaku/find-node-address.md | 4 ++-- docs/guides/nwaku/run-docker.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/guides/nwaku/find-node-address.md b/docs/guides/nwaku/find-node-address.md index 9b1bde9..6ff102a 100644 --- a/docs/guides/nwaku/find-node-address.md +++ b/docs/guides/nwaku/find-node-address.md @@ -3,12 +3,12 @@ title: Find Your Node Address hide_table_of_contents: true --- -You can find the addresses of a running node through its logs or by calling the [Get node info](https://waku-org.github.io/waku-rest-api/#get-/debug/v1/info) endpoint of the [REST API](https://waku-org.github.io/waku-rest-api/). - :::info When starting the node, `nwaku` will display all the public listening and discovery addresses at the `INFO` log level. ::: +You can find the addresses of a running node through its logs or by calling the [Get node info](https://waku-org.github.io/waku-rest-api/#get-/debug/v1/info) endpoint of the [REST API](https://waku-org.github.io/waku-rest-api/). + ## Listening addresses Look for the log entry that begins with `Listening on`, for example: diff --git a/docs/guides/nwaku/run-docker.md b/docs/guides/nwaku/run-docker.md index d9c0a03..be45ee1 100644 --- a/docs/guides/nwaku/run-docker.md +++ b/docs/guides/nwaku/run-docker.md @@ -9,6 +9,10 @@ This guide provides detailed steps to build and run a `nwaku` node in a Docker c Ensure [Docker](https://www.docker.com/) is installed on your system using the appropriate instructions provided in the [Docker documentation](https://docs.docker.com/engine/install/). +:::info +We recommend running a `nwaku` node with at least 2GB of RAM, especially if `WSS` is enabled. If running just a `Relay` node, 0.5GB of RAM is sufficient. +::: + ## Get Docker image The Nwaku Docker images are available on the Docker Hub public registry under the [statusteam/nim-waku](https://hub.docker.com/r/statusteam/nim-waku) repository. Please visit [statusteam/nim-waku/tags](https://hub.docker.com/r/statusteam/nim-waku/tags) for images of specific releases.