From 5a169b9071f96a05e89fa82ee14fd1b954f2cbbb Mon Sep 17 00:00:00 2001 From: Tien Nguyen Minh <39063457+tiennm99@users.noreply.github.com> Date: Sun, 23 Feb 2025 17:35:46 +0700 Subject: [PATCH] feat: limit memory to able to deploy on Vercel --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index e278170..f2bba1b 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "functions": { "api/*.js": { - "memory": 1200, + "memory": 1024, "maxDuration": 10 } }, @@ -11,4 +11,4 @@ "destination": "https://github.com/anuraghazra/github-readme-stats" } ] -} \ No newline at end of file +}