Skip to content

Commit

Permalink
cicd: dockerfile내 Xms, Xmx 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jemin committed Dec 22, 2023
1 parent 8bbb389 commit eb22ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY ./*.jar app.jar

# Jar 파일을 실행한다
ENTRYPOINT ["java",
"-Xms1g", "-Xmx1g", "-XX:NewRatio=3", "-verbosegc", "-server", "-XX:+HeapDumpOnOutOfMemoryError",
"-Xms1024m", "-Xmx1024m", "-XX:NewRatio=3", "-verbosegc", "-server", "-XX:+HeapDumpOnOutOfMemoryError",
"-javaagent:./pinpoint-agent-2.5.3/pinpoint-bootstrap-2.5.3.jar",
"-Dpinpoint.agentId=melly01",
"-Dpinpoint.applicationName=melly",
Expand Down

0 comments on commit eb22ee2

Please sign in to comment.