mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
Add note about loop_control.extended memory impact (#75759)
* Add note about `loop_control.extended` memory impact * moar correct
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user