]> git.rmz.io Git - dotfiles.git/blob - bin/minecraft_tuk
7df24ea7d28a80db27097b440dcdabcc33625039
[dotfiles.git] / bin / minecraft_tuk
1 #! /bin/bash
2 MINECRAFT=/opt/minecraft
3 CPU=2
4
5 java -Xmx1024M -Xms1024M -XX:+UseFastAccessorMethods -XX:+AggressiveOpts -XX:+DisableExplicitGC -XX:+UseAdaptiveGCBoundary -XX:MaxGCPauseMillis=500 -XX:SurvivorRatio=16 -XX:+UseParallelGC -XX:UseSSE=3 -XX:ParallelGCThreads=$CPU -jar $MINECRAFT/minecraft.jar