Skip to content

Commit

Permalink
chore: reduce fn memory to 128MB
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed Jul 1, 2023
1 parent 16c437e commit 4a0c8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
}],
"functions": {
"pages/api/**/*": {
"memory": 256,
"memory": 128,
"maxDuration": 16
}
},
Expand Down

1 comment on commit 4a0c8e4

@vercel
Copy link

@vercel vercel bot commented on 4a0c8e4 Jul 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.