Open GuillaumeHemmen opened 3 years ago
The problem here might be that synchronous operations need to load everything into memory, because need to do everything in one go. Does using inspectTreeAsync
lead to the same error?
Hello @szwacz,
Using inspectTreeAsync solved the issue.
Thanks a lot!
Good... but bad at the same time :) I'll leave this issue open to investigate if this can be somehow fixed for sync operations.
Hello,
I try to use the inspectTree function (
inspectTree(pathToFolder, { checksum: 'md5' })
) with the checksum set in the option. The folder I'm trying to inspect contains a few large files (up to ±4GB).When doing so, I get the following error:
I would expect the function to work without having this error.