Skip to content

Commit 65545bd

Browse files
committed
chore: raise Gradle JVM heap to avoid OOM during build
1 parent eb79193 commit 65545bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
org.gradle.configuration-cache=true
22
kotlin.suppressGradlePluginWarnings=IncorrectCompileOnlyDependencyWarning
3+
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m
4+
org.gradle.workers.max=4

0 commit comments

Comments
 (0)