Skip to content

Commit

Permalink
chore(memory-usage): Limit the memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
malikzh committed Aug 23, 2024
1 parent 5c7df16 commit f9017b9
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 amazoncorretto:17-alpine
ENV JAVA_OPTS='-Xms128m -Xmx512m'
EXPOSE 14579
WORKDIR /app
ARG artifact=build/libs/NCANode.jar
Expand Down

0 comments on commit f9017b9

Please sign in to comment.