Background:
I set the replicaSet and initiated 3 instances (1 arbiterOnly) of mongod on localhost using different ports.
I haven noticed that mongo is creating way too many files in numbers and size which does not make sense at all.
See, no data was ever inserted into mongodb, not a single collection was created, and yet, letting it run for hour or so, and I have my /data/DB_INSTANCE_X full of 2GB files.
I am aware of the fact file's size can be defined with pre allocation flag, yet, so many files, before a single document was entered seems wrong to me.