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

Large files in Chrome end up in Error #67

Open
jeffeb3 opened this issue Dec 6, 2018 · 1 comment
Open

Large files in Chrome end up in Error #67

jeffeb3 opened this issue Dec 6, 2018 · 1 comment
Labels

Comments

@jeffeb3
Copy link
Owner

jeffeb3 commented Dec 6, 2018

This is mostly using thr output formats. It only happens when there are a ton of vertices, which happens in thr because each flat face is many arcs.

I found this, and I think this is probably the right solution:

https://github.com/jimmywarting/StreamSaver.js

It makes sense to build the file and download it at the same time anyway. There's no reason to put 500MB into memory that's headed only for the hard drive.

@billsey
Copy link
Contributor

billsey commented Dec 6, 2018 via email

@jeffeb3 jeffeb3 added the bug label Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants