Skip to content

Commit 1444e67

Browse files
authored
increase EBS vol size
Signed-off-by: racket2000 <[email protected]>
1 parent eab895b commit 1444e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stacks/sample-configs/.env-sample-follower

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ STACKS_NETWORK="mainnet" # Network onto whi
3333
# STACKS_MINER_SECRET_ARN="none" # Optional. ARN for AWS Secrets Manager secret with miner private key
3434

3535
# # Storage configuration
36-
# STACKS_DATA_VOL_SIZE=512 # Volume size in GB for node data storage
36+
# STACKS_DATA_VOL_SIZE=1024 # Volume size in GB for node data storage
3737
# STACKS_DATA_VOL_TYPE="gp3" # EBS volume type. Example: "gp2", "io2" for high-performance needs
3838
# STACKS_DATA_VOL_IOPS=12000 # IOPS for "io2" volume type. IMPORTANT: Adjust based on performance needs
3939
# STACKS_DATA_VOL_THROUGHPUT=700 # Throughput in MB/s for "gp3" volume type. Check compatibility with chosen volume type

0 commit comments

Comments
 (0)