diff --git a/cdk-infra/lib/constructs/worker/worker-construct.ts b/cdk-infra/lib/constructs/worker/worker-construct.ts index e077ab06f..236bd55b6 100644 --- a/cdk-infra/lib/constructs/worker/worker-construct.ts +++ b/cdk-infra/lib/constructs/worker/worker-construct.ts @@ -80,7 +80,6 @@ export class WorkerConstruct extends Construct { memoryLimitMiB: 8192, taskRole, executionRole, - ephemeralStorageGiB, }); const updateTaskProtectionPolicy = new PolicyStatement({ diff --git a/infrastructure/ecs-main/serverless.yml b/infrastructure/ecs-main/serverless.yml index 79c4803bf..615a219cc 100644 --- a/infrastructure/ecs-main/serverless.yml +++ b/infrastructure/ecs-main/serverless.yml @@ -45,8 +45,8 @@ custom: dev: '2048' stg: '2048' prd: '4096' - dotcomstg: '8192' - dotcomprd: '8192' + dotcomstg: '16384' + dotcomprd: '16384' containerMemory: dev: '8192' stg: '8192'