Skip to content

Commit

Permalink
Bump old space limit
Browse files Browse the repository at this point in the history
Changing the dyno to a 2x
  • Loading branch information
freben authored Nov 27, 2023
1 parent 4844313 commit 122e632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ ENV GITHUB_DEVELOPMENT_CLIENT_SECRET ""
ENV APP_CONFIG_app_baseUrl "https://demo.backstage.io"
ENV APP_CONFIG_backend_baseUrl "https://demo.backstage.io"
ENV APP_CONFIG_auth_environment "production"
ENV NODE_OPTIONS "--max-old-space-size=400"
ENV NODE_OPTIONS "--max-old-space-size=1000"

CMD ["node", "packages/backend", "--config", "app-config.yaml", "--config", "app-config.heroku.yaml"]

0 comments on commit 122e632

Please sign in to comment.