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 1444e67 commit ee9c460Copy full SHA for ee9c460
lib/stacks/lib/config/stacksConfigDefaults.ts
@@ -12,7 +12,7 @@ export function stacksNodeConfigDefaults(
12
const isMainnet: boolean = stacksNetwork === "mainnet";
13
14
const defaultDataVolume: configTypes.StacksVolumeConfig = {
15
- sizeGiB: isMainnet ? 512 : 256,
+ sizeGiB: isMainnet ? 1024 : 512,
16
type: ec2.EbsDeviceVolumeType.GP3,
17
iops: 12000,
18
throughput: 700
0 commit comments