nosql
[mongodb] mongodb 3.0의 mongod 명령어의 주요 디폴트 설정
'김용환'
2015. 9. 21. 19:55
mongodb 3.0의 mongod 명령어의 주요 디폴트 설정을 확인해본다. (리눅스 기준)
http://docs.mongodb.org/manual/reference/configuration-options/
--dbpath <path> : /data/db
--storageEngine string : mmapv1
--wiredTigerCacheSizeGB number : the maximum of half of physical RAM or 1 gigabyte
--wiredTigerStatisticsLogDelaySecs <seconds> : 0
--wiredTigerJournalCompressor <compressor> : snappy
--wiredTigerCollectionBlockCompressor <compressor> : snappy
--wiredTigerIndexPrefixCompression <boolean> : true
--nssize <value> : 16
--syncdelay <value> : 60
--journalCommitInterval <value> : 100 또는 30
--oplogSize <value> : 64-bit systems, the oplog is typically 5% of available disk space.