Skip to content

Adds "page" to 32bit limits in prod. notes and PyYAML for Readme #1952

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 4 commits into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MongoDB Documentation
This repository contains a major revision of the MongoDB
documentation, currently accessible at <http://docs.mongodb.org/manual/>.
You can download and build locally if you already have `Sphinx
<http://sphinx.pocoo.org/>`_ installed, with the following command: ::
<http://sphinx.pocoo.org/>`_ and `PyYAML <http://pyyaml.org/>`_ installed, with the following command: ::

git clone git://github.com/mongodb/docs
cd docs/
Expand Down
2 changes: 1 addition & 1 deletion source/administration/production-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Production Checklist
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Always use 64-bit Builds for Production. MongoDB uses memory mapped
files. See the :ref:`32-bit limitations <faq-32-bit-limitations>` for
files. See the :ref:`32-bit limitations page <faq-32-bit-limitations>` for
more information.

32-bit builds exist to support use on development machines and also for
Expand Down