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 file upload performance? #68

Closed
phucnv206 opened this issue Apr 12, 2016 · 2 comments
Closed

Large file upload performance? #68

phucnv206 opened this issue Apr 12, 2016 · 2 comments

Comments

@phucnv206
Copy link

Hi Meteor-Files team,

Any solution for upload a file ~10GB via DDP without RAM dependence?
I'm building a storage service and allow user upload file(s) in any size.

@dr-dimitru
Copy link
Member

Hi @phucnv206
On server there is no RAM dependance, all incoming chunks is directly goes to FS.
In browser, it depends only from FileReader behavior

Have you tried to test it, within large files??

@dr-dimitru
Copy link
Member

Hi @phucnv206
This issue is solved in v1.4.3
Tweak chunkSize and streams properties to meet your needs, or use dynamic for better balance between small and large files, read more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants