Skip to content

Commit

Permalink
fix(dockerfile): setting max_old_space_size to 512mb cli
Browse files Browse the repository at this point in the history
  • Loading branch information
users-search-assignment committed Mar 20, 2019
1 parent 8fc2160 commit bb936f9
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 @@ -23,4 +23,4 @@ RUN npm run build

WORKDIR /usr

CMD [ "node","--max_old_space_size=512,"./src/server.js" ]
CMD [ "node","--max_old_space_size=512","./src/server.js" ]

0 comments on commit bb936f9

Please sign in to comment.