From dcebec1fbb96f654906d31e0424f75bed5c94c61 Mon Sep 17 00:00:00 2001 From: LordGhostX Date: Sun, 29 Oct 2023 14:09:41 +0100 Subject: [PATCH] add nwaku RAM requirements --- docs/guides/run-nwaku-node.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guides/run-nwaku-node.md b/docs/guides/run-nwaku-node.md index b0c7252..f601dcf 100644 --- a/docs/guides/run-nwaku-node.md +++ b/docs/guides/run-nwaku-node.md @@ -6,6 +6,10 @@ Nwaku is a lightweight and robust Nim client for running a Waku node, equipped w This guide provides detailed steps to download, build, configure, and connect a `nwaku` node to the Waku Network. It also includes interacting with the node and finding its addresses. +:::info +We recommend running a `nwaku` node with at least 2GB of RAM, especially if you have `WSS` enabled. If running just a `Relay` node, 0.5GB of RAM is sufficient. +::: + ## Get the Node Binary To run a node, you must have the `nwaku` binary. Nwaku provides multiple options for acquiring the node binary: