filecoin-shipyard / browser-retrieval

A p2p network of Filecoin content retrievers
21 stars 8 forks source link

Transferring a big file between peers fail with "Out of memory" #209

Closed brunolm closed 3 years ago

brunolm commented 3 years ago

Steps

  1. upload a 100mb file on peer A
  2. request file on peer B
  3. peer A runs out of memory

Expected

File to be transferred in small chunks

Actual

Out of memory. File is being transferred all at once