Database Reference
In-Depth Information
The following is the recommended setting for the mongod and mongos processes from
the MongoDB documentation page at http://docs.mongodb.org/manual/reference/ulimit/ .
The settings are set using the following command:
-f (file size): unlimited
-t (cpu time): unlimited
-v (virtual memory): unlimited
-n (open files): 64000
-m (memory size): unlimited
-u (processes/threads): 32000
Search WWH ::




Custom Search