1
0
Fork 0
mirror of https://git.mihon.tech/mihonapp/mihon synced 2025-01-30 23:53:44 +03:00

Bump up max JVM heap size for project

This commit is contained in:
arkon 2020-03-02 21:26:28 -05:00
parent 5bc0dfd616
commit ea749d69a3

View file

@ -11,6 +11,7 @@
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2048m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit