server: Restrict the cache size of MongoDB
This commit is contained in:
parent
6a8f0d1594
commit
d5c4563c77
@ -1,6 +1,9 @@
|
||||
storage:
|
||||
engine: wiredTiger
|
||||
dbPath: /etc/mongo/db/
|
||||
wiredTiger:
|
||||
engineConfig:
|
||||
cacheSizeGB: 0.25
|
||||
|
||||
security:
|
||||
authorization: enabled
|
||||
|
Reference in New Issue
Block a user