1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-01 02:21:43 +02:00

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

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