Skip to content

Commit 8ad3e46

Browse files
committed
chore: Increase function memory to 3008MB (#2687)
1 parent 3edc04c commit 8ad3e46

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

vercel.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"git": {
33
"deploymentEnabled": false
4-
}
4+
},
5+
"functions": {
6+
".svelte-kit/**/*.js": {
7+
"memory": 3008,
8+
"maxDuration": 30
9+
}
10+
},
11+
"regions": ["hnd1"]
512
}

0 commit comments

Comments
 (0)