浏览代码

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 年之前
父节点
当前提交
da1247a9ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  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