Explorar o código

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 %!s(int64=3) %!d(string=hai) anos
pai
achega
da1247a9ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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