From 53ba358d63a48df4adda0adb1fb3d3412ec6a207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Mon, 16 Oct 2023 12:33:20 +0100 Subject: [PATCH] chore: Bump API memory (and CPU) --- infrastructure/application/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },