Skip to content

Commit

Permalink
infra: increase cpu/memory allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Oct 28, 2024
1 parent d42df58 commit 75d0e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/infra/src/app/production/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ const taskDefinition = pulumi
([logGroupName, imageName, coreImageName, environment]) =>
new aws.ecs.TaskDefinition('LatitudeLLMAppTaskDefinition', {
family: 'LatitudeLLMAppTaskFamily',
cpu: '256',
memory: '512',
cpu: '512',
memory: '1024',
networkMode: 'awsvpc',
requiresCompatibilities: ['FARGATE'],
executionRoleArn: ecsTaskExecutionRole,
Expand Down

0 comments on commit 75d0e9c

Please sign in to comment.