Skip to content

Commit

Permalink
Remove Xms java option
Browse files Browse the repository at this point in the history
  • Loading branch information
abogoyavlensky committed May 25, 2024
1 parent 5f947e0 commit 7f9e07a
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 @@ -29,4 +29,4 @@ COPY --from=build /app/target/standalone.jar /app/standalone.jar
RUN apk add --no-cache curl

EXPOSE 80
CMD ["java", "-Xms64m", "-Xmx256m", "-jar", "standalone.jar"]
CMD ["java", "-Xmx256m", "-jar", "standalone.jar"]

0 comments on commit 7f9e07a

Please sign in to comment.