Skip to content

Commit

Permalink
Increase max ram
Browse files Browse the repository at this point in the history
  • Loading branch information
Portals committed Jun 16, 2024
1 parent cc27193 commit 888f5fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ apply plugin: "io.spring.dependency-management"
group = "it.chalmers"
version = "2.0.0-SNAPSHOT"

bootBuildImage {
environment = [
'JAVA_TOOL_OPTIONS': '-XX:MaxRAM=10g'
]
}

dependencies {
annotationProcessor(
// Used to generate Record Builder classes
Expand Down

0 comments on commit 888f5fd

Please sign in to comment.