forked from ISTI-ansible-roles/ansible-roles
library/roles/mongodb-org/defaults/main.yml: Document the use of --setParameter newCollectionsUsePowerOf2Sizes=false
This commit is contained in:
parent
908e7adce4
commit
7581a03035
|
@ -18,6 +18,7 @@ mongodb_log_retain_days: 7
|
|||
mongodb_directoryperdb: False
|
||||
mongodb_conf_file: /etc/mongod.conf
|
||||
mongodb_daemon: /usr/bin/mongod
|
||||
# --setParameter newCollectionsUsePowerOf2Sizes=false is useful if there are disk space constraints.
|
||||
mongod_additional_options: ""
|
||||
mongodb_allowed_hosts:
|
||||
- 127.0.0.1/8
|
||||
|
|
Loading…
Reference in New Issue