Skip to content

Commit

Permalink
Merge pull request #136 from alphagov/support-scale-up-paasmin
Browse files Browse the repository at this point in the history
Remediate OOM killing on PaaS by increasing memory
  • Loading branch information
tlwr committed Apr 17, 2019
2 parents 9a55d86 + f01fdea commit 997ea5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.yml
Expand Up @@ -2,6 +2,6 @@
applications:
- name: paas-admin
command: node dist/main.js
memory: 512M
memory: 2G
buildpack: nodejs_buildpack
stack: cflinuxfs3

0 comments on commit 997ea5f

Please sign in to comment.