I have just started to get back into mincraft and now as I'm playing I will randomly drop down to 1 frame for a second. After it goes back to where it was originally. If anyone has any clue on how to resolve this issue that would be great. Thanks! Oh and btw I am playing on a custom built pc.
Does this occur both in SP and SMP? Also what is your CPU?
Do you use 64 bit java?
Is your monitor plugged in? If so, is your PC also plugged in?
It does happen in both, I am running an intel 2500k
Yupp checked both are plugged in. That's how I was able to post a topic. Thanks for the help, it's appreciated.
I would allocate more memory to Java. Open up a text editor and type this in:
java -Xmx2048M -Xms2048M -jar "Minecraft.exe"
Save it, if you're on Windows, as '~~nameoffile~~.bat', put it in the same directory or folder as Minecraft, and double-click the .bat. The 2048M means that it is allocating 2GB of RAM to Java, rather than the standard 1GB for Minecraft. Change the amount to whatever, as long as you leave about 500MB of memory for the rest of your system (to be safe.) Do not enter in more MB than you have. Cheers!
Brennan Riddell
I am using a 64 bit java
Thanks Brennan, I thought that was the problem at first, but when I checked how much memory minecraft was using, It never hit the limit. But i will try this and hope for the best.
Got it fixed allocating more memory to java was the solution. Thanks for all the help