uplink-nodejs icon indicating copy to clipboard operation
uplink-nodejs copied to clipboard

download memory usage

Open thepiwo opened this issue 2 years ago • 0 comments

When downloading ~1GB of files, each 10mb, one after another waiting for the previous one to be finished downloading, total memory usage of the uplink bindings increase to ~1.5GB, they don't seem to be cleared, or if so just very slowly.

Is this expected? Can I configure the setup so I don't get this excessive memory load, each single file processed is just 10mb.

My implementation is mostly the same as provided in https://github.com/storj-thirdparty/uplink-nodejs/blob/master/HelloStorjTS.ts

thepiwo avatar Mar 10 '22 15:03 thepiwo