Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
*Location*: http://docs.mongodb.org/manual/tutorial/deploy-replica-set/
*User-Agent*: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31
*Referrer*: http://docs.mongodb.org/manual/administration/replica-sets/
*Screen Resolution*: 1280 x 1024
*repo*: docs
*source*: tutorial/deploy-replica-set
*Location*: http://docs.mongodb.org/manual/tutorial/deploy-replica-set/ *User-Agent*: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31 *Referrer*: http://docs.mongodb.org/manual/administration/replica-sets/ *Screen Resolution*: 1280 x 1024 *repo*: docs *source*: tutorial/deploy-replica-set
Description
Hi,
At http://docs.mongodb.org/manual/tutorial/deploy-replica-set/, section "Deploy a Development or Test Replica Set", I am reading the following command 3 times: "mongod --port <port> --dbpath /srv/mongodb/<dir> --replSet rs0". Each of these 3 commands will need 4.1 GB disk space, which is a lot on a test environment (my default debian test vm has 7.0 GB of usable disk space). A note might be welcome to use less disk space (I am using "mongod --port <port> --dbpath /srv/mongodb/<dir> --replSet rs0 --smallfiles --oplogSize 128" which uses a little less than 700 MB per daemon).
Best regards,
JFG