Increase memory allocation for Gradle

This commit is contained in:
lucko 2022-06-12 10:55:51 +01:00 committed by GitHub
parent 7824566ce5
commit 79a08610e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# Fabric requires some more ram.
org.gradle.jvmargs=-Xmx1G
org.gradle.jvmargs=-Xmx2G
# ForgeGradle is special.
org.gradle.daemon=false