[DOCS-1350] Comment on: "manual/tutorial/deploy-replica-set.txt": optimize disk space usage on test. Created: 06/Apr/13 Updated: 03/Nov/17 Resolved: 19/Apr/13 |
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | auto | Assignee: | Bob Grabar |
| Resolution: | Done | Votes: | 0 |
| Labels: | collector-298ba4e7 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Location: http://docs.mongodb.org/manual/tutorial/deploy-replica-set/ |
||
| Participants: | |
| Days since reply: | 10 years, 45 weeks, 4 days ago |
| 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 |