Skip to content

Commit

Permalink
[DOP-4334]: Double cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Feb 28, 2024
1 parent d664a82 commit abcede1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion cdk-infra/lib/constructs/worker/worker-construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export class WorkerConstruct extends Construct {
memoryLimitMiB: 8192,
taskRole,
executionRole,
ephemeralStorageGiB,
});

const updateTaskProtectionPolicy = new PolicyStatement({
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/ecs-main/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ custom:
dev: '2048'
stg: '2048'
prd: '4096'
dotcomstg: '8192'
dotcomprd: '8192'
dotcomstg: '16384'
dotcomprd: '16384'
containerMemory:
dev: '8192'
stg: '8192'
Expand Down

0 comments on commit abcede1

Please sign in to comment.