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

Dispose loader after loading the object #22950

Merged
merged 1 commit into from
Dec 5, 2021

Conversation

gero3
Copy link
Contributor

@gero3 gero3 commented Dec 3, 2021

Related issue: #22944

Description

Partially resolves the issue of loading multiple models. This disposes of the loader after loading the model which removes the workers who otherwise stay loaded.

In #22944, the loaders created 341 workers which stayed alive and used up the memory.

@donmccurdy
Copy link
Collaborator

Related:

I think this is a good change to merge as-is, but reusing a single DRACOLoader instance might be even better. Or having multiple DRACOLoader instances automatically pool their workers.

@mrdoob
Copy link
Owner

mrdoob commented Dec 5, 2021

I think this is a good change to merge as-is, but reusing a single DRACOLoader instance might be even better.

Agreed! We can leave that for another PR.

@mrdoob mrdoob added this to the r136 milestone Dec 5, 2021
@mrdoob mrdoob merged commit 64e930e into mrdoob:dev Dec 5, 2021
@mrdoob
Copy link
Owner

mrdoob commented Dec 5, 2021

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

4 participants