Team-RTG / Realistic-Terrain-Generation

The Realistic Terrain Generation mod for Minecraft.
GNU General Public License v3.0
245 stars 118 forks source link

very poor chunk generation performance #1378

Closed CrazyAmphibian closed 1 month ago

CrazyAmphibian commented 1 month ago
Affected Mod Versions:
Issue Description:

unplayably bad stuttering when generating new chunks 2024-07-30_03 19 35_2

03:19:38.198
net.minecraft.client.multiplayer.ChunkProviderClient
Client thread
Warning: Clientside chunk ticking took 459 ms
03:19:38.771
net.minecraft.client.multiplayer.ChunkProviderClient
Client thread
Warning: Clientside chunk ticking took 569 ms
03:19:39.325
net.minecraft.client.multiplayer.ChunkProviderClient
Client thread
Warning: Clientside chunk ticking took 552 ms
03:19:39.747
net.minecraft.client.multiplayer.ChunkProviderClient
Client thread
Warning: Clientside chunk ticking took 419 ms
03:19:43.158
net.minecraft.client.multiplayer.ChunkProviderClient
Client thread
Warning: Clientside chunk ticking took 496 ms
Steps to reproduce the issue: (If it's easily reproducible.)
  1. install the mod
  2. make a world with the new generation
  3. load in the world and start moving around
Extra Information:

tested on 3 newly generated worlds. the issue occurs on all 3. some biomes seem to be far worse than others (extreme hills seems to be the biggest offender, alongside forests.) this is the only installed. JVM args: -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M

srs-bsns commented 1 month ago

The 1.7.10 version of this mod has been retired for years.