Skip to content

Commit 9a83bde

Browse files
committed
Add nssize and smallfiles to MO standalone procParams
Replica set configs already use these.
1 parent 2ef765a commit 9a83bde

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

scripts/presets/standalone-30.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
"logappend": true,
88
"logpath": "/tmp/standalone-30/mongod.log",
99
"journal": true,
10+
"nssize": 1,
1011
"port": 2700,
1112
"bind_ip": "0.0.0.0,::",
13+
"smallfiles": true,
1214
"setParameter": {"enableTestCommands": 1}
1315
},
1416
"version": "30-release"

scripts/presets/standalone-auth.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"logappend": true,
1111
"logpath": "/tmp/standalone-auth/m.log",
1212
"journal": true,
13+
"nssize": 1,
1314
"port": 2200,
1415
"bind_ip_all": true,
16+
"smallfiles": true,
1517
"setParameter": {"enableTestCommands": 1}
1618
}
1719
}

scripts/presets/standalone-plain.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"logappend": true,
1111
"logpath": "/tmp/standalone-plain/m.log",
1212
"journal": true,
13+
"nssize": 1,
1314
"port": 2400,
1415
"bind_ip_all": true,
16+
"smallfiles": true,
1517
"setParameter": {"enableTestCommands": 1, "saslauthdPath": "/var/run/saslauthd/mux", "authenticationMechanisms": "SCRAM-SHA-1,PLAIN"}
1618
}
1719
}

scripts/presets/standalone-ssl.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
"logappend": true,
88
"logpath": "/tmp/standalone-ssl/m.log",
99
"journal": true,
10+
"nssize": 1,
1011
"port": 2100,
1112
"bind_ip_all": true,
13+
"smallfiles": true,
1214
"setParameter": {"enableTestCommands": 1}
1315
},
1416
"sslParams": {

scripts/presets/standalone-x509.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
"logappend": true,
1010
"logpath": "/tmp/standalone-x509/m.log",
1111
"journal": true,
12+
"nssize": 1,
1213
"port": 2300,
1314
"bind_ip_all": true,
15+
"smallfiles": true,
1416
"setParameter": {"enableTestCommands": 1, "authenticationMechanisms": "MONGODB-X509"}
1517
},
1618
"sslParams": {

scripts/presets/standalone.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
"logappend": true,
88
"logpath": "/tmp/standalone/mongod.log",
99
"journal": true,
10+
"nssize": 1,
1011
"port": 2000,
1112
"bind_ip_all": true,
13+
"smallfiles": true,
1214
"setParameter": {"enableTestCommands": 1}
1315
}
1416
}

0 commit comments

Comments
 (0)