Ver código fonte

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 anos atrás
pai
commit
da1247a9ca
1 arquivos alterados com 1 adições e 1 exclusões
  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