bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Jim Meyering
Subject: Re: "du -b --files0-from=-" running out of memory
Date: Mon, 24 Nov 2008 09:25:38 +0100

Eric Blake <address@hidden> 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 ;-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]