Jump to content

Recommended Posts

  • Discord Moderator
Posted
java.lang.OutOfMemoryError: Java heap space

This means that the client exhausted the available RAM.

JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M

This indicates that you are only allocating 1G of RAM to the Launcher. You need to allocate more (2G is a good starting point). If you are unable to allocate more than 1G of RAM then you need to update to 64bit Java.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...