From cfab2c11e0a5d10d64c208e92a35b2b141df24d1 Mon Sep 17 00:00:00 2001 From: DrDaveD <2129743+DrDaveD@users.noreply.github.com> Date: Wed, 1 Jan 2020 22:56:34 +0000 Subject: [PATCH] Bug 5007: Docs: Fix max_filedescriptors description (#529) max_filedescriptors can also be used to _raise_ the number of descriptors (up to the OS hard limit). --- src/cf.data.pre | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index f69f67198c..2e515830ee 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -10402,13 +10402,14 @@ DOC_END NAME: max_filedescriptors max_filedesc TYPE: int DEFAULT: 0 -DEFAULT_DOC: Use operating system limits set by ulimit. +DEFAULT_DOC: Use operating system soft limit set by ulimit. LOC: Config.max_filedescriptors DOC_START - Reduce the maximum number of filedescriptors supported below - the usual operating system defaults. + Set the maximum number of filedescriptors, either below the + operating system default or up to the hard limit. - Remove from squid.conf to inherit the current ulimit setting. + Remove from squid.conf to inherit the current ulimit soft + limit setting. Note: Changing this requires a restart of Squid. Also not all I/O types supports large values (eg on Windows). -- 2.47.2