We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab895b commit 1444e67Copy full SHA for 1444e67
lib/stacks/sample-configs/.env-sample-follower
@@ -33,7 +33,7 @@ STACKS_NETWORK="mainnet" # Network onto whi
33
# STACKS_MINER_SECRET_ARN="none" # Optional. ARN for AWS Secrets Manager secret with miner private key
34
35
# # Storage configuration
36
-# STACKS_DATA_VOL_SIZE=512 # Volume size in GB for node data storage
+# STACKS_DATA_VOL_SIZE=1024 # Volume size in GB for node data storage
37
# STACKS_DATA_VOL_TYPE="gp3" # EBS volume type. Example: "gp2", "io2" for high-performance needs
38
# STACKS_DATA_VOL_IOPS=12000 # IOPS for "io2" volume type. IMPORTANT: Adjust based on performance needs
39
# STACKS_DATA_VOL_THROUGHPUT=700 # Throughput in MB/s for "gp3" volume type. Check compatibility with chosen volume type
0 commit comments