memory issue AWX 21.5.0

Hello,

After upgrade to AWX 21.5.0 we’ve started experiencing memory issue after Job Template executions. It looks like completely random issue. It already happened with different job templates.

File “/var/lib/awx/venv/awx/lib64/python3.9/site-packages/ansible_runner/utils/streaming.py”, line 39, in stream_dir archive.close() File “/usr/lib64/python3.9/zipfile.py”, line 1309, in exit self.close() File “/usr/lib64/python3.9/zipfile.py”, line 1838, in close self._fpclose(fp) File “/usr/lib64/python3.9/zipfile.py”, line 1938, in _fpclose fp.close() OSError: [Errno 12] Cannot allocate memory

Regards
Marek Slebodnik

Hi,

What are the specs of the machine AWX is deployed on (cpu and memory capacity), and whether you have defined resource limits on AWX containers in the AWX resource spec.

Also, how much stdout should get produced from the Job Template (when it is successful)?

Do you only experienced these failures when system is under load (other jobs in running or pending state)?

AWX Team