Skip to content

Commit

Permalink
increase memory on pipeline-FTA.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abimichel authored Nov 14, 2024
1 parent 44eeec4 commit f1a4314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dags/pipeline-FTA.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
is_delete_operator_pod=False,
secrets=[lob_secrets, ods_secrets],
container_resources=client.V1ResourceRequirements(
requests={"cpu": "50m", "memory": "512Mi"},
limits={"cpu": "100m", "memory": "1024Mi"}
requests={"cpu": "50m", "memory": "512Mi"},
limits={"cpu": "100m", "memory": "4500Mi"}
)
)
)

0 comments on commit f1a4314

Please sign in to comment.