How to change mongo.conf to set journaling

105 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 answers

0
nipe 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