I have created my data/db in the bin folder, for more about the installation watch this tutorial
Now to start mongod, instead of :
mongod --dbpath ./data/db
Do this instead:
mongod --storageEngine=mmapv1 --dbpath ./data/db
Hope it helps:
Now to start mongod, instead of :
mongod --dbpath ./data/db
Do this instead:
mongod --storageEngine=mmapv1 --dbpath ./data/db
Hope it helps:
No comments:
Post a Comment