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 } },