You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently investigating why my world was super legacy, using Spark Profiler I identified the cause.
Steps to reproduce the problem:
To reproduce, simply place an Iron Furnaces furnace with an Item Exporter exporting any material to it. In my case it is "Oak Log". This causes monstrous lag in the world.
Expected behaviour:
The Item Exporter works correctly, but causes huge lag in the world. Removing the furnace and replacing it with something else will do the trick and resolves the problem.
From the logs, it looks like the furnace is actively pulling items from the exporter (as opposed to just the exporter pushing items into the furnace).
If your network is very large, then this will cause the furnace to iterate over all slots in your network every tick.
There should be an aspect setting in your exporter to disable this kind of passive interaction, which should resolve your problem.
Please let me know if this would not work.
Issue type:
Short description:
Recently investigating why my world was super legacy, using Spark Profiler I identified the cause.
Steps to reproduce the problem:
To reproduce, simply place an Iron Furnaces furnace with an Item Exporter exporting any material to it. In my case it is "Oak Log". This causes monstrous lag in the world.
Expected behaviour:
The Item Exporter works correctly, but causes huge lag in the world. Removing the furnace and replacing it with something else will do the trick and resolves the problem.
Versions:
Log file:
https://spark.lucko.me/1HTNyB7o4X
The text was updated successfully, but these errors were encountered: