We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661fef0 commit 326b344Copy full SHA for 326b344
infrastructure/src/lib/ecsOptions.ts
@@ -2,7 +2,7 @@ import { ENV } from '../env'
2
3
const serverEcsOption: EcsOption = {
4
desiredCount: ENV.isProduction ? 2 : 1,
5
- cpu: ENV.isProduction ? 1024 * 0.75 : 512,
+ cpu: ENV.isProduction ? 512 : 512,
6
memory: 1024,
7
maxCapacity: 12,
8
minCapacity: ENV.isProduction ? 2 : 1,
0 commit comments