Skip to content

Commit 86f6da4

Browse files
jeff-allen-mongokay-kim
authored andcommitted
Modify XFS rec to mention that it is for data bearing nodes
1 parent fef1123 commit 86f6da4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/administration/production-notes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,9 @@ When running MongoDB in production on Linux, you should use Linux
531531
kernel version 2.6.36 or later, with either the XFS or EXT4 filesystem.
532532
If possible, use XFS as it generally performs better with MongoDB.
533533

534-
With the :ref:`WiredTiger storage engine <storage-wiredtiger>`, use of
535-
XFS is **strongly recommended** to avoid performance issues that may
536-
occur when using EXT4 with WiredTiger.
534+
With the :ref:`WiredTiger storage engine <storage-wiredtiger>`, using
535+
XFS is **strongly recommended** for data bearing nodes to avoid
536+
performance issues that may occur when using EXT4 with WiredTiger.
537537

538538
With the :ref:`MMAPv1 storage engine <storage-mmapv1>`, MongoDB
539539
preallocates its database files before using them and often creates

0 commit comments

Comments
 (0)