Jump to content

[SOLVED][1.7.10] Forge Gradle crashing when creating New World


TheMoleTractor

Recommended Posts

Hello!

 

I am trying to set up a fresh, fully vanilla workspace with FML and when I create a new world I am getting a "Java Heap Space" error when the world generation is just about complete. It appears to be crashing when the game is loading textures.

 

Full Crash Report: http://pastebin.com/51UjTgHj

 

Any ideas?

I tried giving the

DEFAULT_JVM_OPTS=“”

-Xmx4G

 

inside the quotes, that line being in the gradlew Unix Executable, but it doesn't seem to have changed how much memory the world is using to generate.

Link to comment
Share on other sites

So I tossed in

-Xms4G
-Xmx4G

 

to the VM run conditions and it works, albeit with a very slow start up. Any idea why that is required to be so high? I just updated my modding environment from 1.6.4 to 1.7.10 and I have never had to change the VM requirements. Is it really just as simple as Minecraft requires more allocated memory?

 

Thanks so much for help!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.