1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

try to shrink mongodb (#262)

This commit is contained in:
Jerry Vonau 2017-09-18 11:14:59 -05:00 committed by georgejhunt
parent 6877bb2ac2
commit 11ef1d71c9
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
mongodb_install: True
mongodb_install: False
mongodb_enabled: False

View file

@ -98,7 +98,7 @@ dbpath = /library/dbdata/mongodb
#noIndexBuildRetry = true
# Disable data file preallocation - will often hurt performance (false by default)
#noprealloc = true
noprealloc = true
# .ns file size (in MB) for new databases (16 MB by default)
#nssize = 16