Refined Storage

Refined Storage

115M Downloads

Slow quick crafting

Closed this issue ยท 3 comments

commented

"Is it normal for my ATM10 server to lag and pin one CPU core at 100% when crafting large quantities of Mystical Agriculture essence in the crafting grid?"

commented
Image

It seems that, when there are remainder items, the currentRecipe caching in RecipeMatrix#updateResult is bypassed because the current matrix no longer matches the currentRecipe.

For the crafting of the mystical agriculture essences, the recipe should stay the same between crafts (the crystal can be used multiple times) - however, due to decrementing the crystal (causing an air stack) and then replacing it with the remainder crystal - the recipe would be invalid momentarily and reload too much.