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

realism-effects: Memory leak problem #38

Open
aile1997 opened this issue Nov 14, 2023 · 4 comments
Open

realism-effects: Memory leak problem #38

aile1997 opened this issue Nov 14, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@aile1997
Copy link

I tested both locally and online, with your example code, as well as my own working code, and experienced a memory leak: the same model, loaded multiple times, and each load cleared the memory of the previous model, but the memory continued to rise. When I use normal rendering, this problem does not occur. The memory comparison diagram is as follows: The leak points to Realistic-Effects, and I think it may be that the Realistic-Effects rendered real particle geometry memory is not fully cleared

1699954832128
Uploading 1699954754504.jpg…

@aile1997
Copy link
Author

image

@bhouston
Copy link

@0beqz I can help fund this project. Are you around @0beqz ? Let's chat.

@aile1997
Copy link
Author

@0beqz我可以帮助资助这个项目。你在附近吗@0beqz?我们聊聊吧。

This is the author on Twitter: 0beqz

@0beqz
Copy link
Owner

0beqz commented Apr 5, 2024

It's probably an issue with the custom material copies created for each material for the g-buffer pass. I'll look into it!
Thanks for the report.

@0beqz 0beqz added the bug Something isn't working label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants