# !! IMPORTANT !! # # This file uses the YAML format as described in the documentation: # http://docs.mongodb.org/manual/reference/configuration-options/ storage: syncPeriodSecs: 60 # default dbPath: "/var/lib/mongodb" engine: wiredTiger wiredTiger: engineConfig: # cacheSizeGB # Default: the maximum of half of physical RAM directoryForIndexes: true collectionConfig: blockCompressor: snappy # default systemLog: destination: file path: "/var/log/mongodb/mongodb.log" quiet: false logAppend: true net: port: 27017 operationProfiling: slowOpThresholdMs: 500 setParameter: enableTestCommands: 1