brainlife / cli

brainlife.io Command Line Interface (CLI)
https://brainlife.io
MIT License
2 stars 5 forks source link

Can't upload dataset with file larger than >2G #34

Open soichih opened 6 years ago

soichih commented 6 years ago

node-archive seems to be using Buffer() to store the entire input file and Buffer seems to not allow allocation of more than 2G?

soichih commented 6 years ago

Reported this issue upstream > https://github.com/archiverjs/archiver-utils/issues/14