AstralOrdana / Immersive-Weathering

An abundance of new natural systems to make your world feel more alive than ever.
GNU Lesser General Public License v3.0
90 stars 47 forks source link

[1.20.1] Immense Memory Leak For Growth #397

Open Epik-B0mber opened 1 month ago

Epik-B0mber commented 1 month ago

Describe the bug: Hello! I have been trying to include this amazing mod into my forge server lately, but have been finding it quite exhaustive on the mainframe for reasons I can't entirely comprehend. I've tried to find settings within the config to mitigate this, but, nothing seems to help right now. After the server is up for only a few hours, an exponential explosion happens to bring TPS to a snail's pace, usually seeming to happen after or during a rainstorm in the server. Notably, the "tickBlock" function on Spark's analytics seems to go above and beyond in nearly destroying the server. I don't have any errors in logs right now, so here's the graphs. Thanks in advance this mod is very awesome!!

Minecraft version: 1.20.1 Immersive Weathering version: 2.0.3 Moonlight Lib version: 2.13.0 Fabric API / QSL / Forge version: Forge 47.3

Other mods:

Logs: debug.txt launcher_log9.txt

To Reproduce:

  1. Play on dedicated server for ~1 hour
  2. Experience

Screenshots:

{80ED5DDB-07F6-4B56-ABB2-ECA63B8F5398}
MehVahdJukaar commented 1 month ago

thats not memory on that image, its showing cpu time. send the whole report. Also try using /reload command and see if it improves or worsens. even reloading multiple time on a newly open server and see if that causes it immediately

Epik-B0mber commented 1 month ago

Oh, apologies I did not know that! How would I go about making a "report"? (I was using Spark). Would the heapdump command suffice? I'll also try the reload command a few times and see if that changes anything. Thank you!