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.
'nosql' 카테고리의 다른 글
[mongodb] in linux - WARNING: soft rlimits too low. rlimits set to (0) | 2015.09.22 |
---|---|
[mongodb] 3.0 overview + wiredTiger (0) | 2015.09.22 |
[mongodb] 몽고DB 설치와 mtools(mlaunch) (0) | 2015.09.18 |
nosql 중 expire callback event를 전달하는 스토리지 (0) | 2015.09.17 |
[Spark] 펌 - Spark에 대한 요약 슬라이드 (0) | 2015.07.17 |