Skip to content

Commit

Permalink
[TM-1451] Bump it up a bit more.
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Nov 8, 2024
1 parent 21af11f commit 3c118ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cdk/service-stack/lib/service-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ type Mutable<T> = {

const customizeFargate = (service: string, env: string, props: Mutable<ApplicationLoadBalancedFargateServiceProps>) => {
if (service === "research-service") {
props.cpu = 1024;
props.cpu = 2048;
props.memoryLimitMiB = 4096;
}

return props;
Expand Down

0 comments on commit 3c118ae

Please sign in to comment.