Skip to content

Commit d5174d3

Browse files
committed
update: container memory in cronEcsOption
1 parent 3659446 commit d5174d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/src/lib/ecsOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const serverEcsOption: EcsOption = {
1919
const cronEcsOption: EcsOption = {
2020
desiredCount: ENV.isProduction ? 1 : 0,
2121
containerCpu: ENV.isProduction ? 1024 : 512,
22-
containerMemory: 512,
22+
containerMemory: 1024,
2323
maxCapacity: 1,
2424
minCapacity: ENV.isProduction ? 1 : 0,
2525
}

0 commit comments

Comments
 (0)