From 1b7fe73c2a49e170ae4188b8e6e00126b341c00d Mon Sep 17 00:00:00 2001 From: Nicholas Tang Date: Fri, 1 Mar 2013 09:39:45 -0500 Subject: [PATCH] Update production-notes.txt Tweaked the ulimit text so that it's more accurate - 20k is below what we recommend in the ulimit page. --- source/administration/production-notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/administration/production-notes.txt b/source/administration/production-notes.txt index 73a3f8e998d..39386ed74c7 100644 --- a/source/administration/production-notes.txt +++ b/source/administration/production-notes.txt @@ -56,7 +56,7 @@ For MongoDB on Linux use the following recommended configurations: - Turn off ``atime`` for the storage volume with the :term:`database files `. -- Set file descriptor limit and user process limit to 20,000, +- Set the file descriptor limit and the user process limit above 20,000, according to the suggestions in :doc:`/administration/ulimit`. A low ulimit will affect MongoDB when under heavy use and will produce weird errors.