Skip to content

Commit

Permalink
Updated xmx amd xms settings to be more in line with DC
Browse files Browse the repository at this point in the history
  • Loading branch information
chris.ditcher authored and chris.ditcher committed Mar 17, 2023
1 parent 0535353 commit 20a6c33
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 @@ -14,7 +14,7 @@ ARG DEPENDENCY=/workspace/app/target/dependency
COPY --from=build ${DEPENDENCY}/BOOT-INF/lib /app/lib
COPY --from=build ${DEPENDENCY}/META-INF /app/META-INF
COPY --from=build ${DEPENDENCY}/BOOT-INF/classes /app
ENTRYPOINT ["java","-Duser.name=EDUC-GRAD-GRADUATN-REP-API","-Xms800m","-Xmx800m","-noverify",\
ENTRYPOINT ["java","-Duser.name=EDUC-GRAD-GRADUATN-REP-API","-Xms256m","-Xmx1024m","-noverify",\
"-XX:TieredStopAtLevel=1","-XX:+UseParallelGC","-XX:MinHeapFreeRatio=20",\
"-XX:MaxHeapFreeRatio=40","-XX:GCTimeRatio=4","-XX:AdaptiveSizePolicyWeight=90",\
"-XX:MaxMetaspaceSize=100m","-XX:ParallelGCThreads=1",\
Expand Down

0 comments on commit 20a6c33

Please sign in to comment.