You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
-------- Original message --------
From: Jeff Eberl <[email protected]>
Date: 12/5/18 8:13 PM (GMT-08:00)
To: jeffeb3/sandify <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [jeffeb3/sandify] Large files in Chrome end up in Error (#67)
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.
-
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#67>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFnAODbhp9YVl6tHwcqtqOLTkBgufwGtks5u2JlngaJpZM4ZFyGW>.
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.
The text was updated successfully, but these errors were encountered: