Ever tried to set the Graphics to Fast and the Performance to Max FPS
Because changing the performance setting from Balanced to Max FPS is a HUGE FPS boost (i got min +30FPS)
And Enable Advanced OpenGL
Also play in Fullscreen mode
At last you could reduce your Render Distance
Also i found these Java Paramters effective
they are just working with java 7
DO NOT USE JAVA 8 it makes my FPS much lower ...
(i have NOT made them just found somewhere and modified a bit)
Make sure to set the ram in the Launcher to 3.75GB
Without these Optimations i would have around 35-50 FPS (With parameters ) that isnt like nothing but it also isnt very great
With them i get around 120 (Vsync enabled without it i would get like 230) THAT is much better
Because changing the performance setting from Balanced to Max FPS is a HUGE FPS boost (i got min +30FPS)
And Enable Advanced OpenGL
Also play in Fullscreen mode
At last you could reduce your Render Distance
Also i found these Java Paramters effective
they are just working with java 7
DO NOT USE JAVA 8 it makes my FPS much lower ...
(i have NOT made them just found somewhere and modified a bit)
Code:
-Xms3584m -XX:PermSize=1024m -XX:NewRatio=3 -XX:SurvivorRatio=3 -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:MaxGCMinorPauseMillis=7 -XX:+ExplicitGCInvokesConcurrent -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=60 -XX:+BindGCTaskThreadsToCPUs -Xnoclassgc
Make sure to set the ram in the Launcher to 3.75GB
Without these Optimations i would have around 35-50 FPS (With parameters ) that isnt like nothing but it also isnt very great
With them i get around 120 (Vsync enabled without it i would get like 230) THAT is much better