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

* Add note about `loop_control.extended` memory impact

* moar correct
pull/75781/head
Matt Martz 3 years ago committed by GitHub
parent 65b5472ad1
commit 5183a2e585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save