diff --git a/gradle.properties b/gradle.properties index 9d40057b9d..17953ac851 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,3 +3,6 @@ kotlin.code.style=official # com.github.vlsi.gradle-extensions prints only failing or slow test results slowTestLogThreshold=500 slowSuiteLogThreshold=5000 + +# the project requires at least 500m to not run into OMM +org.gradle.jvmargs=-Xmx500m