File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Parameters:
100
100
# https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping-ebs.html#cfn-ec2-launchtemplate-blockdevicemapping-ebs-volumesize
101
101
VolumeSize :
102
102
Type : Number
103
- Default : 500
103
+ Default : 300
104
104
MinValue : 200
105
105
MaxValue : 1024
106
106
Description : Size of the root disk for the EC2 instances, in GiB.
@@ -526,7 +526,7 @@ Resources:
526
526
- DeviceName : " /dev/sda1"
527
527
Ebs :
528
528
VolumeType : gp3
529
- VolumeSize : 200
529
+ VolumeSize : 40
530
530
531
531
Monitoring :
532
532
Enabled : true
Original file line number Diff line number Diff line change @@ -654,7 +654,7 @@ impl Spec {
654
654
} else {
655
655
if avalanchego_config. is_mainnet ( ) {
656
656
if state_sync_enabled {
657
- 500
657
+ 300
658
658
} else {
659
659
1024
660
660
}
You can’t perform that action at this time.
0 commit comments