"du -b --files0-from=-" running out of memory

Jim Meyering jim@meyering.net
Mon Nov 24 15:59:00 GMT 2008


Eric Blake <ebb9@byu.net> wrote:
> [adding the upstream coreutils list]
> According to Barry Kelly on 11/23/2008 6:24 AM:
>> I have a problem with du running out of memory.
>>
>> I'm feeding it a list of null-separated file names via standard input,
>> to a command-line that looks like:
>>
>>   du -b --files0-from=-

Thank you for the report.
(thanks, Erik for the Cc)

du's --files0-from option reads the entire list of
file names into memory before processing the first name.

That bug should be fixed very quickly ;-)

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list