Skip to content

Commit 83b321e

Browse files
author
Sam Kleinman
committed
migration: adding link target
1 parent eacd3ea commit 83b321e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

source/administration/production-notes.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Readahead
8282
For random access use patterns set readahead values low, for example
8383
setting readahead to a small value such as 32 (16KB) often works well.
8484

85+
.. _production-virtualization:
86+
8587
MongoDB on Virtual Environments
8688
-------------------------------
8789

@@ -136,10 +138,12 @@ availability, and reduced performance on read operations, particularly
136138
using Amazon's EBS volumes: as a result, avoid RAID-0 with MongoDB
137139
deployments.
138140

141+
.. _production-nfs:
142+
139143
Remote Filesystem
140144
~~~~~~~~~~~~~~~~~
141145

142-
Some versions of NFS perform very poorly with MongoDB and are not
146+
Some versions of NFS perform very poorly with MongoDB and NFS is not
143147
recommended for use with MongoDB.
144148

145149
Many MongoDB deployments work successfully with Amazon's *Elastic

source/faq/fundamentals.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,10 @@ MongoDB is implemented in C++. :term:`Drivers <driver>` and client libraries
203203
are typically written in their respective languages, although some
204204
drivers use C extensions for better performance.
205205

206-
What are the 32-bit limitations?
207-
--------------------------------
206+
.. _faq-32-bit-limitations:
207+
208+
What are the limitations of 32-bit versions of MongoDB?
209+
-------------------------------------------------------
208210

209211
MongoDB uses memory-mapped files. When running a 32-bit build of
210212
MongoDB, the total storage size for the server, including data and

0 commit comments

Comments
 (0)