Add note about loop_control.extended memory impact (#75759)

* Add note about `loop_control.extended` memory impact

* moar correct
This commit is contained in:
Matt Martz
2021-09-24 10:35:44 -07:00
committed by GitHub
parent 65b5472ad1
commit 5183a2e585
@@ -410,6 +410,8 @@ Variable Description
loop_control:
extended: yes
.. note:: When using ``loop_control.extended`` more memory will be utilized on the control node. This is a result of ``ansible_loop.allitems`` containing a reference to the full loop data for every loop. When serializing the results for display in callback plugins within the main ansible process, these references may be dereferenced causing memory usage to increase.
Accessing the name of your loop_var
-----------------------------------
.. versionadded:: 2.8