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
I found a possible memory leak, when requesting large quantities of an item in the crafting terminal, the memory starts to increase exaggeratedly until it runs out.
I believe that the craft tree that is loaded is causing this problem, as it caches all the information necessary to craft the requested quantity.
A possible solution would be to limit the amount that can be requested at the terminal to a maximum value of 32k, thus not causing the memory overflow problem.
I tested this using 64GB Ram, and when requesting these huge quantities the memory would increase until it ran out.
The text was updated successfully, but these errors were encountered:
I found a possible memory leak, when requesting large quantities of an item in the crafting terminal, the memory starts to increase exaggeratedly until it runs out.
I believe that the craft tree that is loaded is causing this problem, as it caches all the information necessary to craft the requested quantity.
A possible solution would be to limit the amount that can be requested at the terminal to a maximum value of 32k, thus not causing the memory overflow problem.
I tested this using 64GB Ram, and when requesting these huge quantities the memory would increase until it ran out.
The text was updated successfully, but these errors were encountered: