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 /rpm/mongod.conf | |
parent | 68085eb00e6d7395cc3deeb9dcb3a027f87ecf89 (diff) | |
download | mongo-f7e97e0b769d8bec50e27fa0c459e096621fc0c0.tar.gz |
change startup file options to nojournal SERVER-3662
Diffstat (limited to 'rpm/mongod.conf')
-rw-r--r-- | rpm/mongod.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf index 1333286602c..73ff749534f 100644 --- a/rpm/mongod.conf +++ b/rpm/mongod.conf @@ -12,8 +12,8 @@ fork = true dbpath=/var/lib/mongo -# Enables write-ahead journaling -# journal = true +# Disables write-ahead journaling +# nojournal = true # Enables periodic logging of CPU utilization and I/O wait #cpu = true |