Jump to content

Karlijn12345

Recommended Posts

  • Discord Moderator
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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...