Skip to content

Commit cf2a52b

Browse files
committed
v2.5.0a9
1 parent 3e1a76a commit cf2a52b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workspace/prd_resources.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@
183183
image=prd_image,
184184
command="uvicorn api.main:app",
185185
port_number=8000,
186-
ecs_task_cpu="2048",
187-
ecs_task_memory="4096",
188-
ecs_service_count=1,
186+
ecs_task_cpu="1024",
187+
ecs_task_memory="2048",
188+
ecs_service_count=2,
189189
ecs_cluster=prd_ecs_cluster,
190190
aws_secrets=[prd_secret],
191191
subnets=ws_settings.subnet_ids,

0 commit comments

Comments
 (0)