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

Same code has memory leaks on r71 #6250

Closed
ageblade opened this issue Mar 18, 2015 · 5 comments
Closed

Same code has memory leaks on r71 #6250

ageblade opened this issue Mar 18, 2015 · 5 comments

Comments

@ageblade
Copy link

Hi all,

I have just upgraded from r70 to r71 and I'm experiencing some serious memory leaks.

I cannot post my exact code here but in my case I load thousands of textures using ImageUtils and render them using render-to-texture method with a new scene and a new camera to an existing texture. after rendering I remove the used mesh from the scene and dispose the temporary geometry, material and texture.

The code worked great on r70 but after upgrading to r71 my chrome instance memory goes crazy high and crash.

Worth checking this out. Until then I'm staying with r70.

@titansoftime
Copy link
Contributor

@ageblade They are going to ask you for an example. A simple test case.

@WestLangley
Copy link
Collaborator

Can you provide a minimal test case, along with the information requested in "How to report a bug" in the guidelines?

@mrdoob
Copy link
Owner

mrdoob commented Mar 18, 2015

Yeah, unless you can share a test case where we can reproduce the issue locally is hard for us to know what may be happening. Hope you can find some spare time to set something up.

@ageblade
Copy link
Author

I'm working on a jsfiddle so we can try to reproduce it

@dubejf
Copy link
Contributor

dubejf commented Jul 26, 2015

I bet that's the cache issue. #6834

@dubejf dubejf closed this as completed Jul 26, 2015
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

5 participants