Skip to content

Commit

Permalink
chore: increase mem limit of API service
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Dec 18, 2023
1 parent 681f329 commit ed32bfb
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 @@ -63,7 +63,7 @@ services:
api:
<<: *robotoff-base
environment: *robotoff-base-env
mem_limit: 4g
mem_limit: 6g
ports:
- "${ROBOTOFF_EXPOSE:-5500}:5500"
depends_on:
Expand Down

0 comments on commit ed32bfb

Please sign in to comment.