Skip to content

Commit

Permalink
adding wiredTiger
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Oct 28, 2024
1 parent dc24d7f commit 7c155e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ services:

dbspanish:
image: mongo:5
command: mongod --port 27021
mem_limit: 7500m
mem_reservation: 2000M
command: mongod --port 27021 --wiredTigerCacheSizeGB 4
hostname: mongo
container_name: spanishmongo
ports:
Expand Down

0 comments on commit 7c155e8

Please sign in to comment.