Skip to content

Commit

Permalink
chore(memory): increase node heap size to 4gb (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored May 23, 2022
1 parent 3760431 commit c0ee372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:16-alpine3.13
ENV NODE_OPTIONS="--max-old-space-size=4096"

# Add curl to use docker healthcheck capability
RUN apk --no-cache add curl
Expand Down

0 comments on commit c0ee372

Please sign in to comment.