diff --git a/source/includes/fact-installation-bind-ip-default-in-config.rst b/source/includes/fact-installation-bind-ip-default-in-config.rst index 025bcbfe212..df8cc8a5a97 100644 --- a/source/includes/fact-installation-bind-ip-default-in-config.rst +++ b/source/includes/fact-installation-bind-ip-default-in-config.rst @@ -1,4 +1,4 @@ The default ``/etc/mongod.conf`` configuration file supplied by the -2.6 series packages has :setting:`~net.bind_ip`` set to +3.0 series packages has :setting:`~net.bind_ip`` set to ``127.0.0.1`` by default. Modify this setting as needed for your environment before initializing a :term:`replica set`. diff --git a/source/includes/note-suse-ulimit.rst b/source/includes/note-suse-ulimit.rst new file mode 100644 index 00000000000..9352daed253 --- /dev/null +++ b/source/includes/note-suse-ulimit.rst @@ -0,0 +1,10 @@ +.. note:: + + SUSE Linux Enterprise Server 11 and potentially other versions of SLES + and other SUSE distributions ship with virtual memory address space limited + to 8GB by default. This *must* be adjusted in order to prevent virtual memory + allocation failures as the database grows. + + The SLES packages for MongoDB adjust these limits in the default scripts, + but you will need to make this change manually if you are using custom + scripts and/or the tarball release rather than the SLES packages. diff --git a/source/reference/ulimit.txt b/source/reference/ulimit.txt index 900b5daed13..a86f0ef32cd 100644 --- a/source/reference/ulimit.txt +++ b/source/reference/ulimit.txt @@ -156,16 +156,7 @@ change to system limits made using ``ulimit`` may revert following system a system restart. Check your distribution and operating system documentation for more information. -.. note:: - - SUSE Linux Enterprise Server 11, and potentially other versions of SLES - and other SUSE distributions, ship with virtual memory address space limited - to 8GB by default. This *must* be adjusted in order to prevent virtual memory - allocation failures as the database grows. - - The SLES packages for MongoDB adjust these limits in the default scripts, - but you will need to make this change manually if you are using custom - scripts and/or the tarball release rather than the SLES packages. +.. include:: /includes/note-suse-ulimit.rst .. _recommended-ulimit-settings: diff --git a/source/tutorial/install-mongodb-enterprise-on-suse.txt b/source/tutorial/install-mongodb-enterprise-on-suse.txt index fac5554c333..9d1b29479d6 100644 --- a/source/tutorial/install-mongodb-enterprise-on-suse.txt +++ b/source/tutorial/install-mongodb-enterprise-on-suse.txt @@ -13,6 +13,11 @@ for several features related to security and monitoring. .. include:: /includes/list-mongodb-enterprise-packages.rst +Considerations +-------------- + +.. include:: /includes/note-suse-ulimit.rst + Install MongoDB Enterprise -------------------------- diff --git a/source/tutorial/install-mongodb-on-suse.txt b/source/tutorial/install-mongodb-on-suse.txt index d7fe5c0b93e..72df9aac6ab 100644 --- a/source/tutorial/install-mongodb-on-suse.txt +++ b/source/tutorial/install-mongodb-on-suse.txt @@ -28,6 +28,8 @@ For production deployments, always run MongoDB on 64-bit systems. .. include:: /includes/note-package-change.rst +.. include:: /includes/note-suse-ulimit.rst + Install MongoDB ---------------