Skip to content

Commit

Permalink
Fix, set possible minimal memory required for Airflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VMois committed Apr 10, 2024
1 parent 5d9d8fb commit fb95beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Expand Up @@ -50,7 +50,7 @@ services:
retries: 5
start_period: 5s
restart: always
mem_limit: "400m"
mem_limit: "350m"
cpus: 1

airflow-webserver:
Expand All @@ -65,7 +65,7 @@ services:
retries: 5
start_period: 30s
restart: always
mem_limit: "500m"
mem_limit: "800m"
cpus: 1
depends_on:
<<: *airflow-common-depends-on
Expand Down

0 comments on commit fb95beb

Please sign in to comment.