modify task memory and cpu
This commit is contained in:
parent
ca8c0d8fd7
commit
e34c561b28
3 changed files with 6 additions and 5 deletions
|
|
@ -38,8 +38,8 @@ export class BackEndCluster extends Construct {
|
|||
this,
|
||||
'BackEndTaskDef',
|
||||
{
|
||||
memoryLimitMiB: 512,
|
||||
cpu: 256,
|
||||
memoryLimitMiB: 3072,
|
||||
cpu: 512,
|
||||
executionRole: props.backendTaskExecutionRole,
|
||||
runtimePlatform:{
|
||||
operatingSystemFamily: ecs.OperatingSystemFamily.LINUX,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue