BMWPilote Posted November 16, 2018 Share Posted November 16, 2018 Hi Folks, I am using Webpack to build my Viewer component. However I am not able to free appropriately the memory. I did a profile with Chrome's built-in tool. Please see my screenshot. It seems that all the objects related my Viewer has been deleted. But I have bunch of objects in BABYLON module which are not deleted. Does anyone has ideas about how to delete all these stuff? Is the memory about the script (imported BABYLON module) itself? Thanks Quote Link to comment Share on other sites More sharing options...
Guest Posted November 16, 2018 Share Posted November 16, 2018 This is likely the code itself. For now BABYLON is exported and also stored on the window object. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.