Skip to content

Commit

Permalink
chore: increase memory limit for workers
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 15, 2024
1 parent 5aaefa5 commit ca5dff9
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 @@ -36,7 +36,7 @@ services:
<<: *service-base
environment: *service-base-env
command: python3 -m openfoodfacts_exports run-worker off-exports-high off-exports-low
mem_limit: 4g
mem_limit: 8g
depends_on:
- redis
deploy:
Expand Down

0 comments on commit ca5dff9

Please sign in to comment.