Windows .exe How come I get 60fps in Mindcrack FTB for about 10 min then I get 15 fps?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Jeb Kerman

New Member
Jul 29, 2019
1
0
0
I also have the same problem for other games like Battle filed 3. I never used to have this problem. Please help!
:(:(
 
For some reason minecraft or a mod is probably not de-allocating ram properly. Check the ram usage when you start and when you get 15 fps (top right in debug screen). These options in 'Advanced Options' in the options tab may help. If you're using 32-bit java switching to 64-bit may also help as well as allocating more ram.
-server -Xms1024M -Xmn512M -Xincgc -XX:UseSSE=4 -XX:+UseCMSCompactAtFullCollection -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:+UseCompressedOops -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled

You can also use -XX:ParallelGCThreads=1 replacing 1 with the number of cores you would like to allocate to ftb. Replace the ':P' with a colon and a capital 'P'.
 
Status
Not open for further replies.