Skip to content

Commit

Permalink
Merge pull request #898 from HDRUK/hotfix/GAT-1932
Browse files Browse the repository at this point in the history
GAT-1932: Added java heap parameters
  • Loading branch information
reubensamuel authored Jan 23, 2023
2 parents 3fa1021 + 6125806 commit b17baf7
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 @@ -16,4 +16,4 @@ RUN npm install --production
COPY . .

EXPOSE 3001
CMD [ "node", "index.js" ]
CMD [ "node","--max-old-space-size=3072", "index.js" ]

0 comments on commit b17baf7

Please sign in to comment.