08-07-2014, 05:03 PM
Just a tip from a fellow 'crafter - you might want to increase the amount of RAM available to improve performance. In the new launcher you can click the 'edit profile' button under your username and near the bottom of the window that opens you'll see JVM arguments - here's mine as installed:
The first and last figures indicate maximum (1GB) and minimum (128MB) memory allocated... edit as required!
Paul
Code:
-Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
The first and last figures indicate maximum (1GB) and minimum (128MB) memory allocated... edit as required!
Paul