decrease xmx

This commit is contained in:
InsanusMokrassar 2022-05-12 17:00:22 +06:00
parent a18f22fe8f
commit 16410debff
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
kotlin.code.style=official
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx3g
# Due to parallel compilation project require next amount of memory on full build
org.gradle.jvmargs=-Xmx768m
kotlin_version=1.6.21