Jump to content

DadWorksForSega

Members
  • Posts

    7
  • Joined

  • Last visited

DadWorksForSega's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. So what do you recommend me to allocate in my JVM for forge? I got 16GB of ram in my computer and I have discord opened all the time
  2. I've tried using the default: -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M I've tried using the lower end: -Xmx1G -Xms1G -Xmn128m -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=2000 -XX:ParallelGCThreads=10 I've also tried higher end since I have 16 GB ram installed on my computer: -Xmx3G -Xms3G -Xmn768m -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=10000 -XX:ParallelGCThreads=10
  3. It's game lag spikes that keep happening every few seconds, on single and multiplayer, even without optifine, the fps is good, but actual game lag happens every few seconds Without optifine: https://pastebin.com/0yU8rRWS
  4. I have been trying to figure out why chunks on a server I am in is not loading with huge frame skips, I tried on single player and chunks loaded, but still major frame skips, I am wondering if I am missing some files, cause other people in server are having no issues with it, we all have same forge version (1.14.4-28.2.0) same version of optifine, I even tried hosting a modded server with lucky blocks, but still frame skipping, but not for them
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.