-
Notifications
You must be signed in to change notification settings - Fork 87
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
How to release the previous model data memory in Chrome when I see a new model #106
Comments
In the crossposted issue, you talked about subsequently checking-in several models, now you talk about "seeing" a model, those are two different things. I just tried to view the same model a dozen times (without refreshing the browser), memory does not increase significantly. There are a lot of ways of viewing a model in BIMvie.ws though, maybe a specific path does not release the memory correctly, but I need to know which steps you take, maybe record it in a video? |
sorry,I means " viewing a model",not check in. I have uploaded my action video.You can see the chrome memory increase (The second column of windows task management) when I viewing more and more model and lastly refresh the Chrome,memory go back to normal |
i have also seen this problem, you may need to try a bigger ifc model > 100MB. and can you give any useful suggestions? @rubendel thanks a lot |
I confirm after closing of the browser memory on the server is not released, also after transition to other model memory on the server is not released. Helps only restart eclipse |
Hi,rubendel.
Last week I issues the question in the Repositories of BIMServer(https://github.com/opensourceBIM/BIMserver/issues/482),when I see more and more model,the memory of Chrome increase significantly and finally hard to use.I want to realize that when I see a new model,the previous model data memory can be released.
I use the performance tool of Chorme and find that when I click the see button,three function was called in bimviews.js,which packed in home/plugins/org.opensourcebim.bimviews-0.0.106.jar. How can I do something of that to achieve my goal?
The text was updated successfully, but these errors were encountered: