Skip to content

Commit

Permalink
Give node more memory in next containers
Browse files Browse the repository at this point in the history
  • Loading branch information
peturgq committed Oct 17, 2022
1 parent ed0f1bd commit 6546f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENTRYPOINT []
CMD [ "node", "main.js" ]

FROM output-base-with-pg as output-next

ENV NODE_OPTIONS="--max-old-space-size=8192"
ENV PORT=4200

# TODO: smallify
Expand Down

0 comments on commit 6546f64

Please sign in to comment.