Skip to content

Commit

Permalink
Try with a 75% memory number for the 8cpu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Oct 24, 2023
1 parent 013991a commit ac31d25
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 @@ -5,4 +5,4 @@ org.gradle.workers.max=2
kotlin.incremental=false
kotlin.compiler.execution.strategy=in-process

org.gradle.jvmargs=-Xms192g -Xmx192g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC
org.gradle.jvmargs=-Xms24g -Xmx24g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC

0 comments on commit ac31d25

Please sign in to comment.