Skip to content

Commit ee9c460

Browse files
authored
Updated the default EBS vol size
Signed-off-by: racket2000 <[email protected]>
1 parent 1444e67 commit ee9c460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stacks/lib/config/stacksConfigDefaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function stacksNodeConfigDefaults(
1212
const isMainnet: boolean = stacksNetwork === "mainnet";
1313

1414
const defaultDataVolume: configTypes.StacksVolumeConfig = {
15-
sizeGiB: isMainnet ? 512 : 256,
15+
sizeGiB: isMainnet ? 1024 : 512,
1616
type: ec2.EbsDeviceVolumeType.GP3,
1717
iops: 12000,
1818
throughput: 700

0 commit comments

Comments
 (0)