Skip to content

Commit a1b9d28

Browse files
authored
(DOCSP-35861): Add minimum disk capacity formula for Ops Manager Blockstore (#89)
Question for @MartinCanovas - what does `5%` refer to here? 5% of the metadata size, 5% of the total calculation so far to allow for metadata, or something else? [Jira](https://jira.mongodb.org/browse/DOCSP-35861) [Build](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=65c68e4c6b2f17c95aa72366) [Staging](https://preview-mongodbdavidhou17.gatsbyjs.io/ops-manager/DOCSP-35861/core/requirements/#backup-database-hardware-requirements)
1 parent 4d953ee commit a1b9d28

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

source/core/requirements.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,13 +249,25 @@ If you store snapshots in the Backup Database, each data-bearing member
249249
must meet the following requirements:
250250

251251
.. list-table::
252-
:widths: 20 80
252+
:widths: 20 40 40
253253
:header-rows: 1
254254

255255
* - CPU Cores
256+
- Disk Capacity
256257
- RAM
257258

258259
* - 4 × 2 GHz+
260+
261+
- The minimum disk capacity required for the |onprem| blockstore
262+
uses the following formula:
263+
264+
(2 to 3 times the total size of the ``dbPath``) * 2 (to allow
265+
:ref:`groom jobs <grooms-page>`)
266+
267+
Contact `MongoDB Support
268+
<https://support.mongodb.com/welcome?tck=docs>`__
269+
to accurately determine your minimum disk capacity.
270+
259271
- 8 GB of RAM per TB of blockstore disk to provide
260272
good snapshot and restore speed. |onprem| defines 1 TB of
261273
blockstore as 1024\ :sup:`4` bytes.

0 commit comments

Comments
 (0)