This seems like such a silly question, but I can't seem to find the answer.
Usually I start mongo via
service mongodb start
But I need to increase the namespace size... So I have done this:
service mongodb start --nssize 1000000000
Is this the correct syntax? I can't find a way for mongo to output the nssize it is using, nor can I find any way to determine the argument is being properly handled...