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

Potential memory leak with tag extraction? #215

Open
Lord-Zedd opened this issue Dec 5, 2019 · 1 comment
Open

Potential memory leak with tag extraction? #215

Lord-Zedd opened this issue Dec 5, 2019 · 1 comment
Labels

Comments

@Lord-Zedd
Copy link
Member

It happened twice but never again (both prior to MCC), after extended use. Couldnt replicate after some testing a while back. Extracting would throw an outofmemory exception.

@executionByFork
Copy link

executionByFork commented Jan 30, 2020

This may stem from my recently opened issue here: #268

If you had Assembly open for a while before you got a memory error, it's likely that all of the map edits/patch applications kept eating up more and more memory, leading to a crash when you extracted a tag. The tag extraction itself may not be the culprit, or it is just one of several memory leaks.

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

No branches or pull requests

2 participants