Data centers are too reliable
dmerr.tumblr.com93 pointsby dm_mongodb25 comments
void _initAndListen(int listenPort ) {
...
dur::startup(); // <- this i believe preallocs journal files
...
listen(listenPort); // after journal prealloc i think
p.s. this blog post is a very interesting article overall i think, without commenting on all the specifics...