MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
521 stars 444 forks source link

Decompile runs out ram #327

Closed Dijkstra1-zz closed 8 years ago

Dijkstra1-zz commented 8 years ago

I trying to setup forge 1.8.9, I run "gradlew setupForge", and when it gets to decompile it gives me this:

How to do I overcome this, I did not have this problem with 1.7.10

Full stacktrace:

This set of MCP mappings was designed for MC 1.8.8. Use at your own peril.

     ForgeGradle 2.1-SNAPSHOT-8e42161

https://github.com/MinecraftForge/ForgeGradle

           Powered by MCP unknown
         http://modcoderpack.com
     by: Searge, ProfMobius, Fesh0r,
     R4wk, ZeuX, IngisKahn, bspkrs

:getVersionJson :getAssetIndex UP-TO-DATE :getAssets Current status: 29/734 3% Current status: 63/734 8% Current status: 100/734 13% Current status: 127/734 17% Current status: 184/734 25% Current status: 243/734 33% Current status: 275/734 37% Current status: 283/734 38% Current status: 314/734 42% Current status: 354/734 48% Current status: 384/734 52% Current status: 392/734 53% Current status: 424/734 57% Current status: 461/734 62% Current status: 478/734 65% Current status: 483/734 65% Current status: 511/734 69% Current status: 544/734 74% Current status: 560/734 76% Current status: 583/734 79% Current status: 611/734 83% Current status: 644/734 87% Current status: 669/734 91% Current status: 679/734 92% Current status: 715/734 97% Current status: 728/734 99% :makeForgeStart :genGradleProjects UP-TO-DATE :extractMcpData SKIPPED :extractMcpMappings SKIPPED :genSrgs SKIPPED :downloadClient SKIPPED :downloadServer SKIPPED :splitServerJar SKIPPED :mergeJars SKIPPED :deobfuscateJar UP-TO-DATE :decompileJar FAILED

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 2 mins 42.262 secs

Cazzar commented 8 years ago

Refer to #324