Features: FPS boost, Support for HD Textures, Support for Shaders, Dynamic Lights, Variable Render Distance, Configurable Smooth Lighting, Performance: VSync, And more.
These are my JVM Arguments settings . -d64-Xms1G -Xmx8G-XX:ParallelGCThreads=16
G Means GB andMMeans MB. -d64- Setting for 64 and 32 Bit operating system. -Xmx - Maximum use of ram. -Xms- Minimum use of ram. -XX:ParallelGCThreads= - How many CPU cores you want to use.
Settings for 64Bit systems whit 8 GB of ram and 4 Cores: -d64 -Xms1G -Xmx8G -XX:ParallelGCThreads=4 Settings for 32Bit systems whit 8 GB of ram and 4 Cores: -d32 -Xms1G -Xmx8G -XX:ParallelGCThreads=4 Settings for 64Bit systems whit 4 GB of ram and 4 Cores: -d64 -Xms512M -Xmx4G -XX:ParallelGCThreads=4 Settings for 32Bit systems whit 4 GB of ram and 4 Cores: -d32 -Xms512M -Xmx4G -XX:ParallelGCThreads=4 I hope this is justful :).
Java executable
The option can be found in the launch options. Put it on the latest java version of 64 bit that you can find in it.
This is my settings: C:\Program Files\Java\jre1.8.0_172\bin\javaw.exe TheC is the letter of the disk. jre1.8.0_172Is the java version that I have installed.
For 64bit Java version: C:\Program Files\Java\####\bin\javaw.exe For 32Bit Java version: C:\Program Files (x86)\Java\####\bin\javaw.exe