Increase max memory for Enigma (#528)

Export source is now crashing with the default memory limit. Increasing it to 2GB fixes the problem and makes it faster than it ever was.
This commit is contained in:
Runemoro 2019-03-17 12:49:10 -04:00 committed by Modmuss50
parent b7d1ab3eab
commit 9cf13f1d60
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ task yarn(dependsOn: setupYarn) {
fork: true,
spawn: true
) {
jvmarg(value: "-Xmx2048m")
arg(value: mergedFile.getAbsolutePath())
arg(value: mappingsDir.getAbsolutePath())
}