Merge pull request #137 from rstudio/bump-ecs-volume
Increase ECS volume size to 96 GiB
This commit is contained in:
commit
254e1ac65f
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ rBuildsEcsLaunchTemplate:
|
|||
- DeviceName: /dev/xvdcz
|
||||
Ebs:
|
||||
VolumeType: gp3
|
||||
VolumeSize: 64
|
||||
VolumeSize: 96
|
||||
|
||||
rBuildsBatchComputeEnvironment:
|
||||
Type: AWS::Batch::ComputeEnvironment
|
||||
|
|
|
|||
Loading…
Reference in a new issue