Browse Source

Increase heap space for gradle daemon
Some change (probably in loom?) causes gradle to try to build all
subprojects at once, which I don't actually need and eats a lot more RAM
than it used to. For now this is the easiest solution, but I need to fix
this properly at some point.

malte0811 3 years ago
parent
commit
da1247a9ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle.properties

+ 1 - 1
gradle.properties

@@ -1,4 +1,4 @@
-org.gradle.jvmargs=-Xmx1G
+org.gradle.jvmargs=-Xmx2G
 org.gradle.daemon=false
 minecraft_version=1.18.2
 archives_base_name=ferritecore