findutils-patches
[Top][All Lists]
Advanced

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

Re: [Findutils-patches] [PATCH 1/4] Reduce memory consumption of fts.


From: Jim Meyering
Subject: Re: [Findutils-patches] [PATCH 1/4] Reduce memory consumption of fts.
Date: Sun, 21 Aug 2011 09:25:56 +0200

James Youngman wrote:
> * gnulib: update to latest, mainly to include a bugfix (gnulib
> commit 47cb657eca1abf2c26c32c8ce03def994a3ee37c) which limits the
> memory consumed by fts.
> * find/testsuite/sv-34079.sh: New test, verifying that memory
> growth in ftsfind does not grow indefinitely as the size of

barely worth mentioning, but...

growth -> consumption

> directories increases.
> * find/testsuite/Makefile.am (test_shell_progs): Added sv-34079.sh.
> ---
>  ChangeLog                  |   11 ++++++
>  find/testsuite/Makefile.am |    2 +-
>  find/testsuite/sv-34079.sh |   78 
> ++++++++++++++++++++++++++++++++++++++++++++
>  gnulib                     |    2 +-
>  4 files changed, 91 insertions(+), 2 deletions(-)
>
> diff --git a/ChangeLog b/ChangeLog
> index 412d219..da5ce0b 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,14 @@
> +2011-08-20  James Youngman  <address@hidden>
> +
> +     Reduce memory consumption of fts.
> +     * gnulib: update to latest, mainly to include a bugfix (gnulib
> +     commit 47cb657eca1abf2c26c32c8ce03def994a3ee37c) which limits the
> +     memory consumed by fts.
> +     * find/testsuite/sv-34079.sh: New test, verifying that memory
> +     growth in ftsfind does not grow indefinitely as the size of

here, too

> +     directories increases.
> +     * find/testsuite/Makefile.am (test_shell_progs): Added sv-34079.sh.



reply via email to

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