Skip to content

Commit

Permalink
Merge pull request #192 from backstage/freben-patch-1
Browse files Browse the repository at this point in the history
Bump old space limit
  • Loading branch information
freben authored Nov 27, 2023
2 parents 4844313 + 122e632 commit 64201bd
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 64201bd

Please sign in to comment.