Dumps_v1: Increase the memory allocated to the SQL/XML dump operator

We have previously been allocating a fixed 1.5 Gb memory limit to the pods in the airflow-test-k8s namespace, which run the WikimediaSqlXmlDumpsOperator tasks.

However, we have observed that many pods running this DAG are oomkilled before scheduling the task. For this reason, we are increasing the memory available to these pods.

Bug: T397848

Merge request reports

Loading