Skip to content

Commit

Permalink
Heap to 12G
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton committed Apr 12, 2024
1 parent 2ed52bd commit d689686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci-gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

# If jvmargs is changed then the default values must also be included, see https://github.com/gradle/gradle/issues/19750
org.gradle.jvmargs=-XX:+UseParallelGC -Xms3g -Xmx8g -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=2g -XX:+HeapDumpOnOutOfMemoryError -Xms256m
org.gradle.jvmargs=-XX:+UseParallelGC -Xms6g -Xmx12g -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=2g -XX:+HeapDumpOnOutOfMemoryError -Xms256m

org.gradle.daemon=true
org.gradle.parallel=true
Expand Down

0 comments on commit d689686

Please sign in to comment.