I am playing impactflux for 1.7.10 currently because the hqm is amazing in this pack also, learning the new thermal expansion is fun and being forced to try other pipes is cool too. using @Eyamaz old java paramaters post worked well for 1.6.4, but it seems that i get much better fps with these paramaters, however my tps is horrible, especilly when mining. I notice that my used memory rarely goes above 12% before it goes back down to 9. it then quickly goes back up again. I dont know much about java,but I suspect something is causing garbage disposal to be overly active, causing necessary ram to be unnecessarily dumped. anyone know how I might be able to make this better? I added fastcraft to the modpack, if that is relevant.
Code:
-Xmx6G -Xms6G -Xmn2048m -XX:+DisableExplicitGC -
XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=20000 -XX:ParallelGCThreads=10