-
Notifications
You must be signed in to change notification settings - Fork 107
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
Memory leak of demo5 - boreal sky #3
Comments
mac ok, but mem increase quickly on pc |
Hey @ZXYCir and thanks for your feedback. Demo 5 is the only one demo who use postprocessing to add the bloom effect. What is your PC's config? (your RAM, graphic card, processor...). You can check the bloom effect used here: https://vanruesc.github.io/postprocessing/public/demo/#bloom |
@Jeremboo, thanks, Report Date: Monday, February 18, 2019 Processor: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
Active Displays: 1
Display Type: Digital Maximum Image Size Supported Modes Raw EDID:
|
@ZXYCir your Graphics card seems to have good capacities... To be sure that is not because of the postprocessing, can you try to comment on these lines :
If you still have the issue, it's probably because of the raycasting method to grab the point positions. See it here: animated-mesh-lines/app/demos/demo5/index.js Lines 100 to 113 in 2c4f277
|
@Jeremboo the problem is truly because of the raycasting method to grab the point positions, L109-112,I did tests at 3 more PC with windows system, it was recurrent。 |
@ZXYCir Now we find the issue point, let's find a solution! Have you already try something to fix that? Can you use the Chrome dev tools to analyze the runtime performance and figured out what exactly appends? https://developers.google.com/web/tools/chrome-devtools/rendering-tools/ |
@Jeremboo, I tried all I could do at the beginning, including the memory tools of chrome,but I hadn't fixed that problem,so I made this issue. And I found that in iphone(x,6,7,8) is recurrent. |
Hello Thanks for this cool project, It waas really helpful for me!
|
Opening this demo,and I found that my PC's memory went full very quickly。So,what's happening? I use windows 10 and chrome or IE。
The text was updated successfully, but these errors were encountered: