Skip to content

Commit

Permalink
[Feature] Increase consumer old heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Oct 18, 2024
1 parent ee1c986 commit 8a72c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.consumer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ applications:
NEW_RELIC_APP_NAME: ${NEW_RELIC_APP_NAME}
NEW_RELIC_LICENSE_KEY: ${NEW_RELIC_LICENSE_KEY}
NODE_ENV: production
NODE_OPTIONS: --max-old-space-size=192
NODE_OPTIONS: --max-old-space-size=312
PGSSLMODE: true
PROXY_USERNAME: ${PROXY_USERNAME}
PROXY_PASSWORD: ${PROXY_PASSWORD}
Expand Down

0 comments on commit 8a72c81

Please sign in to comment.