Skip to content

Instantly share code, notes, and snippets.

@lewdlime
Created April 1, 2016 00:33
Show Gist options
  • Save lewdlime/343bdabe571b04679f2f961e006aca0f to your computer and use it in GitHub Desktop.
Save lewdlime/343bdabe571b04679f2f961e006aca0f to your computer and use it in GitHub Desktop.
MongoDB Windows 32-bit Configuration
systemLog:
verbosity: 2
quiet: true
traceAllExceptions: false
path: C:\MongoDB\data\log\mongod.log
logAppend: false
logRotate: rename
destination: file
timeStampFormat: iso8601-local
processManagement:
pidFilePath: C:\MongoDB\mongod.pid
net:
port: 27017
bindIp: 127.0.0.1
maxIncomingConnections: 65536
wireObjectCheck: true
ipv6: false
http:
enabled: false
JSONPEnabled: false
RESTInterfaceEnabled: false
storage:
dbPath: C:\MongoDB\data\db
engine: mmapv1
directoryPerDB: true
mmapv1:
preallocDataFiles: true
nsSize: 16
quota:
enforced: false
maxFilesPerDB: 8
smallFiles: false
processManagement:
windowsService:
serviceName: MongoDB
displayName: MongoDB
description: "MongoDB 3.2 is a document storage database for high scalability and high availability."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment