Skip to content

Commit

Permalink
testing lower memory for pipeline-FTA.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abimichel authored Nov 14, 2024
1 parent f1a4314 commit 1d01552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/pipeline-FTA.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
secrets=[lob_secrets, ods_secrets],
container_resources=client.V1ResourceRequirements(
requests={"cpu": "50m", "memory": "512Mi"},
limits={"cpu": "100m", "memory": "4500Mi"}
limits={"cpu": "100m", "memory": "3500Mi"}
)
)

0 comments on commit 1d01552

Please sign in to comment.