Browse Source

limit mongodb cache

tags/1.0.0
Robin Thoni 8 months ago
parent
commit
8a4d1219ed
Signed by: Robin THONI <robin@rthoni.com> GPG Key ID: 4E09DEF46B99E61E
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      docker-compose.yml

+ 1
- 0
docker-compose.yml View File

@@ -16,6 +16,7 @@ services:
16 16
                     - mongodb.unfi-controller.internal.docker
17 17
         volumes:
18 18
             - ./data/mongodb/db:/data/db
19
+        command: --wiredTigerCacheSizeGB 0.5
19 20
     unifi-controller:
20 21
         << : *common
21 22
         build: ./unifi-controller

Loading…
Cancel
Save