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 <[email protected]> > + > + 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.
