From 89338fe15421baf449c3f09519206bfaf4598af0 Mon Sep 17 00:00:00 2001 From: Call Delegation Date: Mon, 20 Nov 2023 18:50:56 -0500 Subject: [PATCH 1/4] adding running node requirements --- docs/guides/docs/running-a-node/index.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/guides/docs/running-a-node/index.mdx b/docs/guides/docs/running-a-node/index.mdx index 6d46ea69b..37f514ab0 100644 --- a/docs/guides/docs/running-a-node/index.mdx +++ b/docs/guides/docs/running-a-node/index.mdx @@ -31,6 +31,16 @@ Running your own node provides several advantages: 1. **Query Freedom:** By hosting your own node, you can execute a higher number of queries without encountering any rate limits. 2. **Network Independence:** Having your own node ensures that you're not reliant on third-party services, giving you full control over your interactions with the Fuel blockchain. +## Minimum Requirements + +| Hardware | Minimum Requirement | Minimum Requirement (Low Traffic) | +|-------------|---------------------|-----------------------------------| +| Processor | 16 core | 2 core | +| Memory | 64 GB | 8 GB | +| Disk Space | 2 TB | 2 TB | + +For low API traffic, an AWS m5.large should be more than sufficient. However, we recommend an AWS m5.4xlarge instance to match the configuration we use for running the network. + ## Getting Started Depending on your requirements, you can opt for one of the following setups: From f49bdedc70b7817c99728dfe8dbb860b431717f0 Mon Sep 17 00:00:00 2001 From: Call Delegation Date: Mon, 20 Nov 2023 18:54:02 -0500 Subject: [PATCH 2/4] spelling --- spell-check-custom-words.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spell-check-custom-words.txt b/spell-check-custom-words.txt index e8884c508..62413ac50 100644 --- a/spell-check-custom-words.txt +++ b/spell-check-custom-words.txt @@ -57,4 +57,5 @@ TODO fuelTestnetInlineCode fuelTestnet faucetLink -GQLPlaygroundLink \ No newline at end of file +GQLPlaygroundLink +xlarge \ No newline at end of file From 29f512431be7f0cff03c5b1d36ba5529889a4b96 Mon Sep 17 00:00:00 2001 From: Call Delegation Date: Tue, 21 Nov 2023 11:00:48 -0500 Subject: [PATCH 3/4] Updates --- docs/guides/docs/running-a-node/index.mdx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/guides/docs/running-a-node/index.mdx b/docs/guides/docs/running-a-node/index.mdx index 37f514ab0..18516b0d6 100644 --- a/docs/guides/docs/running-a-node/index.mdx +++ b/docs/guides/docs/running-a-node/index.mdx @@ -31,13 +31,15 @@ Running your own node provides several advantages: 1. **Query Freedom:** By hosting your own node, you can execute a higher number of queries without encountering any rate limits. 2. **Network Independence:** Having your own node ensures that you're not reliant on third-party services, giving you full control over your interactions with the Fuel blockchain. -## Minimum Requirements +> For regular tasks such as deploying simple contracts and testing contract interactions locally, there is no need to meet all the hardware requirements below. -| Hardware | Minimum Requirement | Minimum Requirement (Low Traffic) | -|-------------|---------------------|-----------------------------------| -| Processor | 16 core | 2 core | -| Memory | 64 GB | 8 GB | -| Disk Space | 2 TB | 2 TB | +## Hardware Requirements + +| Hardware | Minimum | Recommended | +|------------|----------|-------------| +| Processor | 2 Cores | 8 Cores | +| Memory | 4 GB | 12 GB | +| Storage | 30 GB | 100 GB | For low API traffic, an AWS m5.large should be more than sufficient. However, we recommend an AWS m5.4xlarge instance to match the configuration we use for running the network. From 63ab1219bcf7747f094ef285cf81c323800bd6bd Mon Sep 17 00:00:00 2001 From: Call Delegation Date: Tue, 21 Nov 2023 13:48:06 -0500 Subject: [PATCH 4/4] Ready for review --- docs/guides/docs/running-a-node/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/docs/running-a-node/index.mdx b/docs/guides/docs/running-a-node/index.mdx index 18516b0d6..007f05d4c 100644 --- a/docs/guides/docs/running-a-node/index.mdx +++ b/docs/guides/docs/running-a-node/index.mdx @@ -31,8 +31,6 @@ Running your own node provides several advantages: 1. **Query Freedom:** By hosting your own node, you can execute a higher number of queries without encountering any rate limits. 2. **Network Independence:** Having your own node ensures that you're not reliant on third-party services, giving you full control over your interactions with the Fuel blockchain. -> For regular tasks such as deploying simple contracts and testing contract interactions locally, there is no need to meet all the hardware requirements below. - ## Hardware Requirements | Hardware | Minimum | Recommended | @@ -43,6 +41,8 @@ Running your own node provides several advantages: For low API traffic, an AWS m5.large should be more than sufficient. However, we recommend an AWS m5.4xlarge instance to match the configuration we use for running the network. +> For regular tasks such as deploying simple contracts and testing contract interactions locally, there is no need to meet all the hardware requirements below. + ## Getting Started Depending on your requirements, you can opt for one of the following setups: