-1

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?

Muds
  • 4,006
  • 5
  • 31
  • 53
nipe
  • 1

1 Answers1

0

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
nipe
  • 1