From 1ca096bd4421d5c903f015adcc711c8f91b2ead6 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Tue, 4 Nov 2025 18:35:01 +0000 Subject: [PATCH] use serverless max memory of 3008 --- deployment/serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/serverless.yml b/deployment/serverless.yml index 009f7db..3596c2b 100644 --- a/deployment/serverless.yml +++ b/deployment/serverless.yml @@ -51,4 +51,4 @@ functions: path: /predict method: POST timeout: 120 # Set max run time to 2 minutes - we shouldn't need this much time so this can be reviewed - memorySize: 4096 + memorySize: 3008