Skip to content

Commit

Permalink
docs: Remove Duplication Swagger Fields
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Aug 3, 2024
1 parent 46fe77e commit b19a1b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions piikii-bootstrap/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ tasks.getByName<org.springframework.boot.gradle.tasks.bundling.BootBuildImage>("
"BPE_SPRING_PROFILES_ACTIVE" to "prod",
"BPE_JAVA_TOOL_OPTIONS" to
buildString {
// G1 GC
append("-XX:+UseG1GC ")
// Container JVM
append("-XX:+UseContainerSupport ")
// Heap 메모리 설정 2G
append("-Xms2g -Xmx2g ")
// OOM시 Heap Dump
Expand Down

0 comments on commit b19a1b6

Please sign in to comment.