First off, I'm new to minecraft on PC. I can only run minecraft in about 30 FPS and I have so many lag spikes. I only have minecraft its not like Im running 12 different games. I just purvhased this computer and i have already installed a gamebooster and set the priority of Java to high. I also turned down al video setting and rendering chunks. I dont know much about computers, but i know my computer should be able to run minecraft much smoother. Ill take any advice i can get.
Thanks - worlds biggest n00b
specs:16GB RAM....Good processor... and high performance cooling fan
Thanks - worlds biggest n00b
specs:16GB RAM....Good processor... and high performance cooling fan
-
View User Profile
-
View Posts
-
Send Message
Retired Staffhttp://www.minecraftforum.net/topic/1742903-obtaining-a-dxdiag-log/
Open minecraft, click edit profile, check JVM Arguments and type: -Xmx500M -Xms500M, if this is not working try changing it to -Xmx1000M -Xms1000M
-Xmx500M -Xms500M is lower than the default. Even 1000 is slightly lower than the default.
But it is not memory that is the issue. We need your DxDialog.
Thats because it is dynamic. It uses only what it needs. If it needs more, it allocates more for itself, up to the maximum defined by -Xmx.
-Xmx sets the maximum heap size. -Xms sets the initial heap size. Having both -Xmx and -Xms the same value will keep all allocated.
Don't mess with the default unless you have to. Mojang chooses the best args to use.