From 21a998b8a448723fa991ac12deeeeceea8e9660e Mon Sep 17 00:00:00 2001 From: luke-h1 Date: Sun, 19 Jan 2025 13:49:00 +0000 Subject: [PATCH] chore(infra): increase server memory --- sst.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sst.config.ts b/sst.config.ts index ed9cf3501..f61697a34 100644 --- a/sst.config.ts +++ b/sst.config.ts @@ -15,6 +15,7 @@ export default $config({ warm: 4, server: { runtime: 'nodejs22.x', + memory: '2048 MB', }, imageOptimization: { memory: `2048 MB`,