node-dedup icon indicating copy to clipboard operation
node-dedup copied to clipboard

Seems to be failing with very large file set

Open jrgleason opened this issue 11 years ago • 2 comments

Last night I tried to run on my home folder I got a "stdout maxBuffer exceeded." error. So I tried to limit it to just my Music folder, but I still get the same issue.

Do I have to delete or reset something

jrgleason avatar Aug 24 '14 13:08 jrgleason

Check out the followin post on StackOverflow:

http://stackoverflow.com/questions/23429499/stdout-buffer-issue-using-node-child-process

You should be able to modify that option.

nodesocket avatar Aug 25 '14 02:08 nodesocket

Thanks, I thought that was already augmented by you guys though per the change notes. Should I lower it again?

I created a similar project this weekend and got it working like this...

https://github.com/jrgleason/Node-Scrubbrush

jrgleason avatar Aug 25 '14 13:08 jrgleason