Skip to content

Commit

Permalink
Merge pull request #443 from bcgov/feature/IncreaseHeapSize
Browse files Browse the repository at this point in the history
add test data
  • Loading branch information
jianmingtu authored Jun 21, 2024
2 parents ceb8dfa + b063416 commit e26e26a
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 @@ -102,5 +102,5 @@ WORKDIR $HOME

COPY --from=build ${HOME}/${DPS_SERVICE_NAME}/target/${DPS_SERVICE_NAME}-*.jar ${HOME}/service.jar

CMD ["java", "-jar", "service.jar"]
CMD ["java", "-Xmx512m", "-jar", "service.jar"]
#############################################################################################

0 comments on commit e26e26a

Please sign in to comment.