Jump to content

Recommended Posts

Posted

I've been trying to decompileMc using this tutorial: http://bedrockminer.jimdo.com/modding-tutorials/set-up-minecraft-forge/set-up-advanced-setup/

 

I just wanna do some modding D:

 

I have a gradle.properties file with "org.gradle.jvmargs=-Xmx1G" in it, I've tried 1g, 2g, 6g, 1024M and 2048M. When I used bigger I ended up with an error I don't remember (sorry)

 

Here's my log, I had to take it out of the console sine I couldn't find a log file. I did it with stacktrace, info and debug.

 

Thanks for any help!

 

 

  Reveal hidden contents
Posted
  Quote
Picked up _JAVA_OPTIONS: -Xmx512M

You have a

_JAVA_OPTIONS

environment variable limiting the maximum memory to 512 MB. Delete this and give Gradle at least 2 GB of memory in gradle.properties.

 

I'd recommend following the official documentation's Getting Started tutorial to set up your ForgeGradle workspace and IDE project.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

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.