From 4a0c8e4c67f1bff14ce624d680b3cfaf2ef59f5a Mon Sep 17 00:00:00 2001 From: Amio Date: Sun, 2 Jul 2023 07:50:08 +0800 Subject: [PATCH] chore: reduce fn memory to 128MB --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 4dbea08..b7fdcae 100644 --- a/vercel.json +++ b/vercel.json @@ -213,7 +213,7 @@ }], "functions": { "pages/api/**/*": { - "memory": 256, + "memory": 128, "maxDuration": 16 } },