Skip to content

Commit

Permalink
chore: increase memory limit for scheduler (#1461)
Browse files Browse the repository at this point in the history
the scheduler crashes when Parquet export is done
  • Loading branch information
raphael0202 authored Nov 7, 2024
1 parent 4b6a51c commit e698510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
<<: *robotoff-base
environment: *robotoff-base-env
command: python -m robotoff run-scheduler
mem_limit: 4g
mem_limit: 6g

postgres:
restart: $RESTART_POLICY
Expand Down

0 comments on commit e698510

Please sign in to comment.