golemfactory/gvmkit-build-rs

Upload is limited to 5-6 MB/s event when connection can handle more

Closed this issue · 1 comments

When sending an image I cannot do it faster than 5-6MB/s while the internet connection is capable to upload at ~20MB/s.

When running 4 uploading processes - Running at full connection speed:
image

When running only one uploading process - Running at 5-6MB/s:
image

Using more upload workers helps (in my case: --upload-workers 16).