mongodb 設定檔

來源:互聯網
上載者:User

標籤:real   nss   erb   bytes   scan   rbo   option   mon   lis   

# mongod.conf

#where to log
logpath=/opt/mongodb/mongod.log

logappend=true

# fork and run in background
fork=true

port=27017
maxConns=5000
quiet=true
nssize=2047

dbpath=/mongo/replset/data
#dbpath=/opt/mongodb/replset/data
profile=0
#slowms=100
#smallfiles=false
#master=true

# location of pidfile
pidfilepath=/opt/mongodb/mongod.pid

# Listen to local interface only. Comment out to listen on all interfaces.
# bind_ip=127.0.0.1

# Disables write-ahead journaling
# nojournal=true
journal=true

# Enables periodic logging of CPU utilization and I/O wait
#cpu=true

# Turn on/off security.  Off is currently the default
#noauth=true
auth=true

# Verbose logging output.
#verbose=true

# Inspect all client data for validity on receipt (useful for
# developing drivers)
#objcheck=true

# Enable db quota management
#quota=true

# Set oplogging level where n is
#   0=off (default)
#   1=W
#   2=R
#   3=both
#   7=W+some reads
diaglog=0

# Ignore query hints
#nohints=true

# Disable the HTTP interface (Defaults to localhost:27018).
#nohttpinterface=true

# Turns off server-side scripting.  This will result in greatly limited
# functionality
#noscripting=true

# Turns off table scans.  Any query that would do a table scan fails.
#notablescan=true

# Disable data file preallocation.
#noprealloc=true

# Specify .ns file size for new databases.
# nssize=<size>

# Replication Options

# in replicated mongo databases, specify the replica set name here
#replSet=repset
# maximum size in megabytes for replication operation log
oplogSize=1024
# path to a key file storing authentication info for connections
# between replica set members
keyFile=/opt/mongodb/keyfile

mongodb 設定檔

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.