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
Now that tusd.tusdemo.net and companion.uppy.io are running the latest and greatest versions that support 100gb and #3159 merged, I did a test with a 100GB file on Google Drive.
It went quite slow, but it did progress steadily. After 27.7% (27GB) completion it failed with an error ECONNRESET which had a message of simply "aborted". (after 2084 sec / 34.7 min).
So I think this shows that companion can handle big files now, as it did report progress all the way until the error occurred, and it didn't consume a lot of cpu, memory or disk space. But there is something that was causing the connection to fail after a while. I suspect one of:
Heroku firewall terminating connection after staying up for too long (I found this and this indicating the "aborted" message is caused by heroku)
tusd terminating connection after staying up for too long
Google Drive HTTP terminated after staying up for too long
Network hiccup anywhere at either google, tus, heroku or the interwebs
Slow transfer
Slow speeds will overall increase the likelyhood of getting a network hiccup or timeout happen. As for why the download/upload is so slow, it might be heroku limiting speed. Avg speed is about 12MByte/s, which is not crazy fast for cloud-to-cloud. I tried uppy with some URLs instead of google drive and I got similar speeds. Need to do some more research or maybe try to run this in AWS or with higher speed heroku (if possible)
The text was updated successfully, but these errors were encountered:
Now that tusd.tusdemo.net and companion.uppy.io are running the latest and greatest versions that support 100gb and #3159 merged, I did a test with a 100GB file on Google Drive.
It went quite slow, but it did progress steadily. After 27.7% (27GB) completion it failed with an error ECONNRESET which had a message of simply "aborted". (after 2084 sec / 34.7 min).
Logs from companion:
Seen in the uppy client:
So I think this shows that companion can handle big files now, as it did report progress all the way until the error occurred, and it didn't consume a lot of cpu, memory or disk space. But there is something that was causing the connection to fail after a while. I suspect one of:
Slow transfer
Slow speeds will overall increase the likelyhood of getting a network hiccup or timeout happen. As for why the download/upload is so slow, it might be heroku limiting speed. Avg speed is about 12MByte/s, which is not crazy fast for cloud-to-cloud. I tried uppy with some URLs instead of google drive and I got similar speeds. Need to do some more research or maybe try to run this in AWS or with higher speed heroku (if possible)
The text was updated successfully, but these errors were encountered: