modify cpu
This commit is contained in:
parent
f1d7318de9
commit
d4a356a47a
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ export class BackEndCluster extends Construct {
|
|||
'BackEndTaskDef',
|
||||
{
|
||||
memoryLimitMiB: 3072,
|
||||
cpu: 512,
|
||||
cpu: 1024,
|
||||
executionRole: props.backendTaskExecutionRole,
|
||||
runtimePlatform:{
|
||||
operatingSystemFamily: ecs.OperatingSystemFamily.LINUX,
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ export class FrontEndCluster extends Construct {
|
|||
'FrontendTaskDef',
|
||||
{
|
||||
memoryLimitMiB: 3072,
|
||||
cpu: 512,
|
||||
cpu: 1024,
|
||||
executionRole: props.frontendTaskExecutionRole,
|
||||
runtimePlatform:{
|
||||
operatingSystemFamily: ecs.OperatingSystemFamily.LINUX,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue