fix(build): reduce Gradle heap size
This commit is contained in:
parent
b33af662df
commit
4eb8f497d5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ GROUP=com.github.android-password-store
|
|||
SONATYPE_CONNECT_TIMEOUT_SECONDS=120
|
||||
SONATYPE_CLOSE_TIMEOUT_SECONDS=1800
|
||||
|
||||
org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||
org.gradle.jvmargs=-Xmx3072m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options=-Xmx1500m,Xms500m
|
||||
|
||||
# Version Catalog Update Plugin workarounds and fixes
|
||||
systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
|
||||
|
|
Loading…
Reference in a new issue