Skip to content

Commit

Permalink
Set Xmx
Browse files Browse the repository at this point in the history
  • Loading branch information
CamaradeRoman committed May 22, 2024
1 parent f20cd5b commit 6d55d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ docker {
baseImage.set("${"dockerRegistry".getExt()}/eclipse-temurin:21-jdk")
ports.set(listOf(8080, 8080))
images.set(setOf("${"octopusGithubDockerRegistry".getExt()}/octopusden/${project.name}:${project.version}"))
jvmArgs.set(listOf("-Xmx3584m"))
}
}

Expand Down

0 comments on commit 6d55d31

Please sign in to comment.