In doing this year's budgeting, I need to estimate the capacity needs for next year. We are planning on needing to shard our MongoDB Replica Set out to 4-shards, but I have the disk capacity needs for that planned.
The overall data set size is expected to be 600GB, but I am accounting for each of the 4 shards to be 200GB, in order to account for the possibility of unbalanced shards.
What I cannot find, is how much storage is required for my (3x)Config Servers and (3x)MongoS servers. I have been through the MongoDB docs and searched Google for "mongos disk capacity planning" to no avail. Can anyone point me to documentation, guidance, or at least personal examples of how much storage is required for their Config and MongoS servers?