From 0a2a3fd79d90e12e49147291cd03792b88a1f969 Mon Sep 17 00:00:00 2001 From: Friedger Date: Wed, 26 Feb 2025 08:00:26 +0100 Subject: [PATCH 1/2] Update disk space for stacks node --- guides-and-tutorials/nodes-and-miners/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides-and-tutorials/nodes-and-miners/README.md b/guides-and-tutorials/nodes-and-miners/README.md index 95369e34aa..b82483da74 100644 --- a/guides-and-tutorials/nodes-and-miners/README.md +++ b/guides-and-tutorials/nodes-and-miners/README.md @@ -14,5 +14,5 @@ While you _can_ run a node using these specs, it's _recommended_ to assign more * **4GB memory if running only a Stacks node** * **10 GB memory if running Stacks + Bitcoin node** * **2 Vcpu** -* **350GB disk for Stacks node** +* **375GB disk for Stacks node** * **1TB disk space for Bitcoin node** From a6c9c1f32559056aef12718912cf7922c6e2ff45 Mon Sep 17 00:00:00 2001 From: Friedger Date: Wed, 26 Feb 2025 08:02:16 +0100 Subject: [PATCH 2/2] Update run-a-node-with-docker.md --- guides-and-tutorials/nodes-and-miners/run-a-node-with-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides-and-tutorials/nodes-and-miners/run-a-node-with-docker.md b/guides-and-tutorials/nodes-and-miners/run-a-node-with-docker.md index 98293a1e92..2163c2baff 100644 --- a/guides-and-tutorials/nodes-and-miners/run-a-node-with-docker.md +++ b/guides-and-tutorials/nodes-and-miners/run-a-node-with-docker.md @@ -21,7 +21,7 @@ While you _can_ run a node using these specs, it's _recommended_ to assign more * **4GB memory if running only a Stacks node** * **10 GB memory if running Stacks + Bitcoin node** * **1 Vcpu** ( _minimum of 2 Vcpu is recommended_ ) -* **350GB disk for Stacks node** +* **375GB disk for Stacks node** * **1TB disk space for Bitcoin node** {% hint style="warning" %}