-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmongod.conf
76 lines (65 loc) · 1.74 KB
/
mongod.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# mongod.conf
# for documentation of all options, see:
# http://docs.mongodb.org/manual/reference/configuration-options/
# Where and how to store data.
storage:
# dbPath: /var/lib/mongodb
# dbPath: /hdd1/data/db
dbPath: /mnt/ssd1/data/db
# dbPath: /nvme1/data/db
#default: syncPeriodSecs: 60 or 2GB log file
# syncPeriodSecs: 1
# syncPeriodSecs: 1200
# indexBuildRetry: <boolean>
# repairPath: <string>
journal:
enabled: true
# enabled: false
#commitIntervalMs range: 1 ~ 500 ms
# commitIntervalMs: 100
directoryPerDB: true
engine: wiredTiger
wiredTiger:
engineConfig:
# ssdm_coll_bound: 2023118
# ssdm_idx_bound: 2040243
# ssdm_bound: 15938783
# trimFreq: 32000
# configString: "direct_io=[data]"
# cache size = 1 GB or 0.6*DRAM_size for which larger as default, --wiredTigerCacheSizeGB
cacheSizeGB: 4
# statisticsLogDelaySecs: <number>
# available compression: none, snappy (default), zlib
# disable journal compress to reduce the overhead of maintaining journal
# journalCompressor: none
journalCompressor: snappy
directoryForIndexes: true
collectionConfig:
blockCompressor: snappy
indexConfig:
prefixCompression: true
# where to write logging data.
systemLog:
destination: file
logAppend: true
# path: /var/log/mongodb/mongod.log
path: /mongodb/mongod.log
# network interfaces
net:
port: 27017
bindIp: 115.145.173.195
# bindIp: 192.168.1.1
#processManagement:
#default fork: false
# fork: true
#security:
#operationProfiling.mode: off, slowOp, all
#operationProfiling:
# slowOpThresholdMs: 100
# mode: off
#replication:
# oplogSizeMB: 4000
#sharding:
## Enterprise-Only Options:
#auditLog:
#snmp: