- Remove oplog. Need to think how to do it properly.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-02-08 23:58:13 +02:00
parent f060e02fc0
commit f1bd36a3b8

View file

@ -29,4 +29,4 @@ if [ "x" != "x${MONGODB_PORT}" ]; then
fi
echo "mongodb bind options: $BIND_OPTIONS"
mongod --dbpath $SNAP_COMMON --logpath $SNAP_COMMON/mongodb.log --logappend --journal $BIND_OPTIONS --smallfiles --oplogSize 128
mongod --dbpath $SNAP_COMMON --logpath $SNAP_COMMON/mongodb.log --logappend --journal $BIND_OPTIONS --smallfiles