File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 19
19
- GO=1.6 MONGODB=x86_64-3.2.3-nojournal
20
20
- GO=1.7 MONGODB=x86_64-3.2.3-nojournal
21
21
- GO=1.8.x MONGODB=x86_64-3.2.3-nojournal
22
+ - GO=1.6 MONGODB=x86_64-3.2.12
23
+ - GO=1.7 MONGODB=x86_64-3.2.12
24
+ - GO=1.8.x MONGODB=x86_64-3.2.12
22
25
23
26
install :
24
27
- eval "$(gimme $GO)"
Original file line number Diff line number Diff line change @@ -37,14 +37,12 @@ COMMONCOPTS="
37
37
$COMMONDOPTS
38
38
"
39
39
COMMONSOPTS = "
40
- --chunkSize 1
41
40
--bind_ip = 127.0.0.1
42
41
"
43
42
44
43
if versionAtLeast 3 2; then
45
44
# 3.2 doesn't like --nojournal on config servers.
46
- # COMMONCOPTS="$(echo "$COMMONCOPTS" | sed '/--nojournal/d')"
47
- # Using a hacked version of MongoDB 3.2 for now.
45
+ COMMONCOPTS = "$(echo "$COMMONCOPTS" | sed '/--nojournal/d')"
48
46
49
47
# Go back to MMAPv1 so it's not super sluggish. :-(
50
48
COMMONDOPTSNOIP = " --storageEngine=mmapv1 $COMMONDOPTSNOIP "
You can’t perform that action at this time.
0 commit comments