mirror of
https://github.com/clearml/clearml-server
synced 2025-05-01 02:52:24 +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
|
container_name: trains-mongo
|
||||||
image: mongo:3.6.5
|
image: mongo:3.6.5
|
||||||
restart: always
|
restart: always
|
||||||
|
command: --setParameter internalQueryExecMaxBlockingSortBytes=196100200
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /opt/trains/data/mongo/db
|
source: /opt/trains/data/mongo/db
|
||||||
|
@ -80,6 +80,7 @@ services:
|
|||||||
container_name: trains-mongo
|
container_name: trains-mongo
|
||||||
image: mongo:3.6.5
|
image: mongo:3.6.5
|
||||||
restart: always
|
restart: always
|
||||||
|
command: --setParameter internalQueryExecMaxBlockingSortBytes=196100200
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /opt/trains/data/mongo/db
|
source: /opt/trains/data/mongo/db
|
||||||
|
Loading…
Reference in New Issue
Block a user