Skip to content

Commit

Permalink
increase heap limits once more (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed May 3, 2024
1 parent 6bc17eb commit f9f9981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks.withType(JavaCompile) {
}

options.fork = true
options.forkOptions.jvmArgs += ['-Xms256M', '-Xmx512M']
options.forkOptions.jvmArgs += ['-Xms512M', '-Xmx1g']

options.release = project.targetCompatibility.majorVersion as Integer

Expand Down

0 comments on commit f9f9981

Please sign in to comment.