Skip to content

Commit

Permalink
Merge pull request #58 from Korea-Certified-Store/feature/increase-jv…
Browse files Browse the repository at this point in the history
…m-memory(#57)

JVM Heap memory 영역 증가 (#57)
  • Loading branch information
sungjindev authored Jan 18, 2024
2 parents 28f69c3 + 0d1fdb6 commit a385069
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ COPY --from=builder app/snapshot-dependencies/ ./
COPY --from=builder app/application/ ./
COPY src/main/resources/data/ ./src/main/resources/data/

ENTRYPOINT ["java", "-Dspring.profiles.active=${ACTIVE_SPRING_PROFILE}", "-Duser.timezone=Asia/Seoul", "org.springframework.boot.loader.launch.JarLauncher"]
ENTRYPOINT ["java", "-Xms128m", "-Dspring.profiles.active=${ACTIVE_SPRING_PROFILE}", "-Duser.timezone=Asia/Seoul", "org.springframework.boot.loader.launch.JarLauncher"]
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ COPY --from=builder app/snapshot-dependencies/ ./
COPY --from=builder app/application/ ./
COPY src/main/resources/data/ ./src/main/resources/data/

ENTRYPOINT ["java", "-Dspring.profiles.active=${ACTIVE_SPRING_PROFILE}", "-Duser.timezone=Asia/Seoul", "org.springframework.boot.loader.launch.JarLauncher"]
ENTRYPOINT ["java", "-Xms128m", "-Dspring.profiles.active=${ACTIVE_SPRING_PROFILE}", "-Duser.timezone=Asia/Seoul", "org.springframework.boot.loader.launch.JarLauncher"]
2 changes: 1 addition & 1 deletion src/main/resources/backend-submodule
2 changes: 1 addition & 1 deletion src/test/resources/backend-submodule

0 comments on commit a385069

Please sign in to comment.