Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory problem #579

Open
SrYthan opened this issue Sep 19, 2024 · 0 comments
Open

Memory problem #579

SrYthan opened this issue Sep 19, 2024 · 0 comments

Comments

@SrYthan
Copy link

SrYthan commented Sep 19, 2024

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.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant