diff --git a/infrastructure/application/index.ts b/infrastructure/application/index.ts index 6b23995a7b..b29e8a1710 100644 --- a/infrastructure/application/index.ts +++ b/infrastructure/application/index.ts @@ -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 },