REM This batch file is used to launch minecraft with setting optimized for a low spec machine (Developed on a Toshiba Satellite A215-S5837) REM Copy this file into the same directory as Minecraft.exe and double click it to launch mincraft REM You can also setup a shortcut to this batch file once it is in the same directory as minecraft,exe java -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:MaxGCPauseMillis=10 -jar minecraft.exe