Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
wiki:performance [2016/11/16 02:36] – [Memory Allocation (RAM)] stoneboundwiki:performance [2017/12/10 09:41] (current) – nope stonebound
Line 1: Line 1:
-======= Performance Guide ======= 
-This applies to 1.10.2 an up 
  
-====== Minecraft Settings ====== 
-For video settings try changing the "Mipmap Levels" to OFF (This may freeze your client for a while) You can also try to disable/enable VSync & VBO’s. 
-To avoid the freezing this can also be done in the options.txt located in the modpack installation folder. 
- 
-====== Memory Allocation (RAM) ====== 
-You will need at least 4 GB RAM allocated to Minecraft for all 1.10.2 packs. Try 5-6 GB if your machine allows for it! 
- 
-====== Java Arguments ====== 
-These are for Java 8 or higher and are also used on the servers. 
- 
-``` 
--XX:+AggressiveOpts -XX:+UseLargePages -XX:+UseG1GC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=10 -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:ParallelGCThreads=3 
-```