From d0aee1ef3c256cf54234cbd6ff7564a87ff2b006 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 31 Jul 2019 04:27:05 +0100 Subject: [PATCH] issue #549: docs: update Changelog --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7e670804..2f2a496f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -63,6 +63,12 @@ Mitogen for Ansible matching *Permission denied* errors from some versions of ``su`` running on heavily loaded machines. +* `#549 `_: the open file descriptor + limit for the Ansible process is increased to the available hard limit. It is + common for distributions to ship with a much higher hard limit than their + default soft limit, allowing *"too many open files"* errors to be avoided + more often in large runs without user configuration. + * `#578 `_: the extension could crash while rendering an error message, due to an incorrect format string. @@ -140,6 +146,7 @@ Thanks! Mitogen would not be possible without the support of users. A huge thanks for bug reports, testing, features and fixes in this release contributed by +`Andreas Hubert `_. `Anton Markelov `_, `Nigel Metheringham `_, `Orion Poplawski `_,