Skip to content

Instantly share code, notes, and snippets.

@mdnmdn
Created September 3, 2014 23:27
Show Gist options
  • Save mdnmdn/0766db96fd6bbbe9a280 to your computer and use it in GitHub Desktop.
Save mdnmdn/0766db96fd6bbbe9a280 to your computer and use it in GitHub Desktop.
Minimal data size mongodb configuration
# execute as: mongod -f mongodb.conf
storage.preallocDataFiles: false
storage.nsSize: 4
storage.smallFiles: true
storage.dbPath: "mongodata/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment