diff options
author | Jason Mitchell <mitchej+github@gmail.com> | 2024-06-19 19:28:17 +0800 |
---|---|---|
committer | Jason Mitchell <mitchej+github@gmail.com> | 2024-07-09 21:38:05 -0700 |
commit | 37d49962afac36359fbda8a298e9e904c0c5193a (patch) | |
tree | d5e8ea87c48aa038e9fddc06162d541441c38522 | |
parent | abfab007c7eca88681ec049df783fb21527b629e (diff) | |
download | GT5-Unofficial-37d49962afac36359fbda8a298e9e904c0c5193a.tar.gz GT5-Unofficial-37d49962afac36359fbda8a298e9e904c0c5193a.tar.bz2 GT5-Unofficial-37d49962afac36359fbda8a298e9e904c0c5193a.zip |
Set gradle memory to prevent OOM when assembling mixins
-rw-r--r-- | gradle.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 4acb60c7bf..bea9b28634 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,7 @@ # ExampleMod tag to use as Blowdryer (Spotless, etc.) settings version, leave empty to disable. # LOCAL to test local config updates. gtnh.settings.blowdryerTag = 0.2.2 +org.gradle.jvmargs=-Xmx2g # Human-readable mod name, available for mcmod.info population. modName = GregTech |