From 9fadd22396b03935c5e7eb8ce529d1a1245f9e41 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 11 Sep 2018 18:37:34 +0100 Subject: [PATCH] docs: update Changelog; closes #362. --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2c219c4d..0027ee7d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -125,6 +125,11 @@ Fixes This meant built-in modules overridden via a custom ``module_utils`` search path may not have had any effect. +* `#362 `_: to work around a slow + algorithm in the :mod:`subprocess` module, the maximum number of open files + in processes running on the target is capped to 512, reducing the work + required to start a subprocess by >2000x in default CentOS configurations. + * A missing check caused an exception traceback to appear when using the ``ansible`` command-line tool with a missing or misspelled module name.