MongoDB notes

MongoDB is a NoSQL database.

Journal size

MongoDB will create journal files, by default on 64 bit systems, rotating when they hit 1G in size. Apparently it will only create a max of 3G worth of journal files. On my computer (Gentoo Linux) they’re stored in the /var/lib/mongodb/journal directory.

See Journaling and Journaling Administration Notes for more details.

You can reduce the size of journals using the smallfiles configuration option. See Configuration File Options.

Last modified: 11/09/2012 Tags:

This website is a personal resource. Nothing here is guaranteed correct or complete, so use at your own risk and try not to delete the Internet. -Stephan

Site Info

Privacy policy

Go to top