How to change mongo.conf to set journaling

145 Views Asked by At

I'm looking to change '/etc/mongo.conf' to set journaling smallfiles=true, but I don't have write permission.

Is there a right way to to it?

1

There are 1 best solutions below

0
On

I've found the right file to change: vi mongodb/conf/mongodb.conf

and journaling option is already set:

# Specific configuration for openshift cartridge
smallfiles = true
quiet = true