-
Notifications
You must be signed in to change notification settings - Fork 9
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
ElementStats unordered_map capacity keeps growing #1304
Comments
Seeing |
Sounds good---no rush |
Given the findings in #1302, we should probably just leave off the |
@cz4rs @PhilMiller Anyone opposed to closing this now? |
Fine with me 👍 Should I create an issue in checkpoint to re-implement capacity handling eventually? (there is also #1302 which could be used to keep track) |
Yes, I think that's the best way to go. |
What Needs to be Done?
Here's the temporary solution to this problem that stops memory growth from occurring in bvh. I'm don't think this is a good solution to the problem---just a hack to get bvh working.
Maybe we should have a serialize overload that doesn't save the capacity?
@cz4rs @PhilMiller @nmm0
The text was updated successfully, but these errors were encountered: