mirror of
https://github.com/NeoForgeMDKs/MDK-1.21-ModDevGradle
synced 2025-02-19 00:40:27 +00:00
The file sets the default max heap size to 3 GiB so that the decompilation doesn't fail as often. (cherry picked from commit 49ec3d1b9322ee2b7a1312059118173b0b3fe6d0)
3 lines
213 B
Properties
3 lines
213 B
Properties
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
|
# This is required to provide enough memory for the Minecraft decompilation process.
|
|
org.gradle.jvmargs=-Xmx3G
|