ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

JPG's profile - activity

2014-04-16 03:54:08 -0500 received badge  Notable Question (source)
2013-10-03 09:11:56 -0500 received badge  Popular Question (source)
2013-01-30 10:02:36 -0500 asked a question Mongodb journaling enabled in Fuerte?

I noticed that in Fuerte mongoDB journaling is enabled, using up 1-2GB of disk space for no apparent reason. In Electric journaling was not enabled. Is this necessary? if not, can it be disabled?

It's possible that the change is caused by the version of mongo used. In Electric it was 1.8 and in Fuerte is 2.0. Mongo 2.0 enables journaling by default.

Maybe the best option would be to expose the "--nojournal" flag of mongo in wrapper.py.