Skip to content

Bump mediacounts_archive_daily executor RAM from 4GB to 6GB

Btullis requested to merge bump_memory_mediacounts_archive into main

We have been running into oom errors for this job. It does not have a var_prop for executor_memory so it cannot be dynamically overridden from the Airflow UI.

We increase the value from the default of 4GB to 6GB.

Merge request reports