Skip to content

DOCS-4639 #2111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions source/administration/production-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ MongoDB on Linux

.. important:: The following discussion only applies to
Linux, and therefore does not affect deployments where :program:`mongod`
instances run other UNIX-like systems or on Windows.
instances run on other UNIX-like systems or on Windows.

Kernel and File Systems
```````````````````````
Expand Down Expand Up @@ -407,10 +407,29 @@ This procedure is neither exact nor exhaustive: many symbols used by

.. _production-virtualization:

MongoDB on Windows
~~~~~~~~~~~~~~~~~~

.. important:: The following discussion only applies to
Windows, and therefore does not affect deployments where :program:`mongod`
instances run on UNIX-like systems.

MongoDB 2.6.6 and Later Using MMAPv1
````````````````````````````````````

Microsoft has released a hotfix for Windows 7 and Windows Server 2008
R2, `KB2731284 <http://support.microsoft.com/kb/2731284>`_, that repairs a bug
in these operating systems' use of memory-mapped files that adversely affects
the performance of MongoDB using the MMAPv1 storage engine.

Install this hotfix to obtain significant performance improvements on MongoDB
2.6.6 and later releases in the 2.6 series, which use MMAPv1 exclusively,
and on 2.8 and later when using MMAPv1 as the storage engine.

MongoDB on Virtual Environments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The section describes considerations when running MongoDB in some of the
This section describes considerations when running MongoDB in some of the
more common virtual environments.

For all platforms, consider :ref:`virtualized-disks-scheduling`.
Expand Down