Advertisement
Guest User

Batch file for launching Minecraft on a low spec machine

a guest
Oct 16th, 2011
1,435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. REM This batch file is used to launch minecraft with setting optimized for a low spec machine (Developed on a Toshiba Satellite A215-S5837)
  2. REM Copy this file into the same directory as Minecraft.exe and double click it to launch mincraft
  3. REM You can also setup a shortcut to this batch file once it is in the same directory as minecraft,exe
  4. java -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:MaxGCPauseMillis=10 -jar minecraft.exe
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement