If chunksAtOnce is greater than 1, memory start to increase until file is downloaded, so if file is big node exit with code 137 or similar. **Posible solution:** Store chunks temporaly in file instead of RAM and merge after download.
If chunksAtOnce is greater than 1, memory start to increase until file is downloaded, so if file is big node exit with code 137 or similar.
Posible solution: Store chunks temporaly in file instead of RAM and merge after download.