mirror of
https://github.com/clearml/clearml-server
synced 2025-03-10 14:14:31 +00:00
Fix increase mongodb memory limit for large queries
This commit is contained in:
parent
64b5e1f1f0
commit
539b76d362
@ -66,6 +66,7 @@ services:
|
||||
container_name: trains-mongo
|
||||
image: mongo:3.6.5
|
||||
restart: always
|
||||
command: --setParameter internalQueryExecMaxBlockingSortBytes=196100200
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /opt/trains/data/mongo/db
|
||||
|
@ -80,6 +80,7 @@ services:
|
||||
container_name: trains-mongo
|
||||
image: mongo:3.6.5
|
||||
restart: always
|
||||
command: --setParameter internalQueryExecMaxBlockingSortBytes=196100200
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /opt/trains/data/mongo/db
|
||||
|
Loading…
Reference in New Issue
Block a user