I need to allocate more memory so I can do more resource-intensive things in-game, like spawning tons of entities, and using large amounts of TNT. Right now there is only 512 megabytes allocated in total. When trying to change the amount using -Xmx6G in the launcher, it does absolutely nothing to change it.
I was able to make it crash, and noticed on the crash log that it automatically puts -Xmx512M in front of the setting I put no matter what.
I've also tried changing it directly through Java's configuration menu, and it still doesn't change a thing.
Launching the game from a .jar file with either -Xmx1G or -Xmx6G raises the max memory to 1GB. Launching it from the .jar with no custom tags puts it back down at 512MB.
Anyone have an idea what's going on here? I would greatly appreciate any help.
I have Minecraft Forge installed on Minecraft 1.6.4 with CameraStudio installed. I have 16GB of ram.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I was able to make it crash, and noticed on the crash log that it automatically puts -Xmx512M in front of the setting I put no matter what.
I've also tried changing it directly through Java's configuration menu, and it still doesn't change a thing.
Launching the game from a .jar file with either -Xmx1G or -Xmx6G raises the max memory to 1GB. Launching it from the .jar with no custom tags puts it back down at 512MB.
Anyone have an idea what's going on here? I would greatly appreciate any help.
I have Minecraft Forge installed on Minecraft 1.6.4 with CameraStudio installed. I have 16GB of ram.