Hi Devs,
I have been working on below PR for and run into OOM issue during
testing on GitHub actions (you can see in commit history).
https://github.com/apache/airflow/pull/19139/files
The tests for databases Postgres, MySQL etc. fails due to OOM and docker
gets killed.
I have reduced parallelism to 1 "in the code" *temporarily* (the only
extra change in the PR) and it passes all the checks which confirms the
issue.
I was hoping if you could advise the best course of action in this
situation so I can force parallelism to 1 to get all checks passed or
some other way to solve OOM?
Any help would be appreciated.
Thanks in advance
Khalid