Skip to content

Commit 7fdd137

Browse files
Increase base node EBS volume size (#20)
1 parent c1bb633 commit 7fdd137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/production/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ base_node = {
5454
ebs_volume = {
5555
# This should be: (2 * current_chain_size) + snapshot_size + 20%_buffer
5656
# What is the current_chain_size for base-mainnet? Check https://beaconcha.in/ for the latest
57-
size = 8192 # GB, 8TB
57+
size = 9216 # GB, 8TB
5858
type = "gp3"
5959
iops = 6000
6060
throughput = 250

0 commit comments

Comments
 (0)