diff --git a/nakamoto-upgrade/signing-and-stacking/running-a-signer.md b/nakamoto-upgrade/signing-and-stacking/running-a-signer.md index c0bbe418a6..f95d4761ab 100644 --- a/nakamoto-upgrade/signing-and-stacking/running-a-signer.md +++ b/nakamoto-upgrade/signing-and-stacking/running-a-signer.md @@ -4,7 +4,7 @@ * 8 vcpu * 32GB memory -* 1 TB storage for Bitcoin node, 250 GB for Stacks node, and 1 GB for signer +* 1 TB storage for Bitcoin node, 350 GB for Stacks node, and 1 GB for signer ### Background and High-Level Process @@ -31,7 +31,7 @@ Detailed steps for each of these are laid out below, but this checklist is being * [ ] Ensure your system meets the following requirements: * 4 vCPU * 8GB memory - * 150 GB storage (250 GB if running a Stacks node) + * 150 GB storage (350 GB if running a Stacks node) * [ ] Acquire Docker and basic knowledge of Stacks accounts, stacking, and the Nakamoto stacking flow (links provided below). #### Preflight Setup diff --git a/stacks-in-depth/nodes-and-miners/run-a-node-with-docker.md b/stacks-in-depth/nodes-and-miners/run-a-node-with-docker.md index a437d1a36b..743c683905 100644 --- a/stacks-in-depth/nodes-and-miners/run-a-node-with-docker.md +++ b/stacks-in-depth/nodes-and-miners/run-a-node-with-docker.md @@ -20,7 +20,7 @@ While you _can_ run a node using these specs, it's _recommended_ to assign more * ⚠️ [docker-compose](https://docs.docker.com/compose/install/) version `2.2.2` or greater is **required** * **4GB memory** * **1 Vcpu** ( _minimum of 2 Vcpu is recommended_ ) -* **250GB disk** +* **350GB disk** {% hint style="warning" %} MacOS with an ARM processor is NOT recommended