Skip to content

Commit

Permalink
[Tech Debt] Increase API memory from 128M to 512M
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Jul 1, 2024
1 parent 0ae1eb5 commit efcaaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
applications:
- name: ${APP_NAME}
instances: 1
memory: 128M
memory: 512M
buildpacks:
- nodejs_buildpack
command: "chmod +x ./entrypoint.sh && ./entrypoint.sh"
Expand Down

0 comments on commit efcaaad

Please sign in to comment.