New topic New reply  Page 1 of 1
 [ 2 posts ] 
User avatar
15 May 2011, 10:29
9 Posts

I have trouble with the memory Minecraft uses when I play on far (I like to play on far)I have 4 GB ram so It be should enough. I tried something they sugested on the IRC (from the minecraft page) making a textdocument in the folder with Minecraft and pasteing some codes in there and changeing the allocated memory but that didnt help. If you have any sugestions or tips please write them.
-Error http://i.imgur.com/t6Ylu.png
-Frodi
Hacker Hacker
User avatar
20 Mar 2010, 20:58
467 Posts

Are you using the .exe version of minecraft or the .jar?
Try the jar and run it like this:
Code:
java.exe -Xmx2048M -Xms1024M -cp Minecraft.jar net.minecraft.LauncherFrame

(you may need to directly speficy the path to your java.exe, like C:\program files\sun\jre1.6.20\bin\java.exe, if the path has spaces, surround the C:\...exe part with "")

If you feel like trying to get the most performance out of java add these parameters:
Code:
-XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=8 -XX:+AggressiveOpts

Replace the 8 in "ParallelGCThreads=8" with how many CPU cores are available.
New topic New reply  Page 1 of 1
 [ 2 posts ] 
Who is online
Users browsing this forum: No registered users and 43 guests

  
cron