diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-08-22 14:27:21 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-08-22 14:27:43 -0400 |
commit | f7e97e0b769d8bec50e27fa0c459e096621fc0c0 (patch) | |
tree | 8dbde1f3bd0991e6423bf4007b5f5a1d8da6e205 /debian | |
parent | 68085eb00e6d7395cc3deeb9dcb3a027f87ecf89 (diff) | |
download | mongo-f7e97e0b769d8bec50e27fa0c459e096621fc0c0.tar.gz |
change startup file options to nojournal SERVER-3662
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mongodb.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/mongodb.conf b/debian/mongodb.conf index 1c318c6a18a..01479c38958 100644 --- a/debian/mongodb.conf +++ b/debian/mongodb.conf @@ -14,8 +14,8 @@ logappend=true #port = 27017 -# Enables write-ahead journaling -# journal = true +# Disables write-ahead journaling +# nojournal = true # Enables periodic logging of CPU utilization and I/O wait #cpu = true @@ -83,4 +83,4 @@ logappend=true #source = slave.example.com # in replica set configuration, specify the name of the replica set -# replSet = setname
\ No newline at end of file +# replSet = setname |