Skip to content

Commit

Permalink
Increase memory in Avatax (#1616)
Browse files Browse the repository at this point in the history
* Increase memory in Avatax

* Create pretty-beers-agree.md
  • Loading branch information
lkostrowski authored Oct 10, 2024
1 parent 49eaef6 commit 02a4e4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pretty-beers-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-avatax": patch
---

Increase memory in Avatax. Previous reduction caused a large cold start increase
2 changes: 1 addition & 1 deletion apps/avatax/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://openapi.vercel.sh/vercel.json",
"functions": {
"src/pages/api/webhooks/*": {
"memory": 256,
"memory": 1769,
"maxDuration": 20
}
}
Expand Down

0 comments on commit 02a4e4b

Please sign in to comment.