-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Bug]: RangeError: Set maximum size exceeded #7
Comments
@agviegas email sent. Thanks! |
File privately shared here. |
@agviegas file does parse and generate successfully in web-ifc - so I think the bug is in components - so moving it |
I have encountered this issue too and did some investigation:
It is still a relevant issue in the latest 1.3.2 @HoyosJuan Can I just put a try catch around the |
Probably a cause for this issue is that we are loading everything in memory at the same time, which is not very scalable. Hopefully with the BIM tiles approach, which is around the corner, this will be solved. |
Chunking the geometry ids across multiple <16M sets would indeed fix this. I'm excited to see what BIM tiles can do! Until then, a workaround like the try catch I mentioned would be very useful to be able to notify the user that properties couldn't be loaded instead of waiting for them forever. |
Yes @davidgtl, I see why not adding the try/catch statement as a workaround for now. Will let you know when it's done. |
What happened?
Loading a file on https://platform.thatopen.com/app and i receive the error below.
Version
latest
What browsers are you seeing the problem on?
Microsoft Edge
Relevant log output
Anything else?
Model has been sent to [email protected]
The text was updated successfully, but these errors were encountered: