Skip to content

Commit

Permalink
Bump memory to 3GB (vercel#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored Nov 13, 2019
1 parent 2cef343 commit f96b981
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"regions": ["all"],
"public": true,
"version": 2,
"functions": {
"api/**": {
"memory": 3008
}
},
"routes": [
{ "handle": "filesystem" },
{ "src": "/(.+)", "dest": "/api" }
Expand Down

0 comments on commit f96b981

Please sign in to comment.