From 85347f474481c8ea09b0b42cdcc511607047ad84 Mon Sep 17 00:00:00 2001 From: Kevin Pulo Date: Mon, 18 Apr 2016 18:06:52 +1000 Subject: [PATCH] DOCS-7678 recommend kernel.pid_max of 64000 This is to match the ulimits nproc recommendation of 64000. --- source/administration/production-checklist-operations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/administration/production-checklist-operations.txt b/source/administration/production-checklist-operations.txt index 388a091aa47..738a85b6cff 100644 --- a/source/administration/production-checklist-operations.txt +++ b/source/administration/production-checklist-operations.txt @@ -192,7 +192,7 @@ Linux - Configure sufficient file handles (``fs.file-max``), kernel pid limit (``kernel.pid_max``), and maximum threads per process (``kernel.threads-max``) for your deployment. For large systems, - values of 98000, 32768, and 64000 are a good starting point. + values of 98000, 64000, and 64000 are a good starting point. - Ensure that your system has swap space configured. Refer to your operating system's documentation for details on appropriate sizing.