We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0cd11 commit 9ecd4b3Copy full SHA for 9ecd4b3
source/release-notes/2.2.txt
@@ -499,6 +499,16 @@ libraries, use the following arguments to ``scons``:
499
See the :issue:`SERVER-3829` and :issue:`SERVER-5172` issues for more
500
information.
501
502
+Memory Allocator Changed to TCMalloc
503
+````````````````````````````````````
504
+
505
+To improve performance, In 2.2 MongoDB uses the TCMalloc memory
506
+allocator from Google Perftools. For more information about this
507
+change see the :issue:`SERVER-188` and :issue:`SERVER-4683`. For more
508
+information about TCMalloc, see the documentation of `TCMalloc`_ itself.
509
510
+.. _`TCMalloc`: http://goog-perftools.sourceforge.net/doc/tcmalloc.html
511
512
Replication
513
~~~~~~~~~~~
514
0 commit comments