Skip to content

Commit

Permalink
chore: Bump API memory (and CPU) (#2312)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Oct 16, 2023
1 parent 6d8e0fe commit a636268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/application/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export = async () => {
context: "../../api.planx.uk",
target: "production",
}),
memory: 2048 /*MB*/,
memory: 4096 /*MB*/,
portMappings: [apiListenerHttp],
environment: [
{ name: "NODE_ENV", value: env },
Expand Down

0 comments on commit a636268

Please sign in to comment.