From: Jonas Vetterick Date: Mon, 20 Oct 2014 15:07:07 +0000 (+0200) Subject: adding hint to supervisord minfds X-Git-Tag: v4.1.0b2~7^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a967948f1e484b2af9d90542b412a444a5753b5;p=thirdparty%2Ftornado.git adding hint to supervisord minfds --- diff --git a/docs/guide/running.rst b/docs/guide/running.rst index 1a1d47f92..7ae3f4ff8 100644 --- a/docs/guide/running.rst +++ b/docs/guide/running.rst @@ -17,8 +17,8 @@ configuring a WSGI container to find your application, you write a Configure your operating system or process manager to run this program to start the server. Please note that it may be necessary to increase the number of open files per process (to avoid "Too many open files"-Error). -To raise this limit you can use the ulimit command or modify -/etc/security/limits.conf (setting it to 50000 for example). +To raise this limit (setting it to 50000 for example) you can use the ulimit command, +modify /etc/security/limits.conf or setting ``minfds`` in your supervisord config. Processes and ports ~~~~~~~~~~~~~~~~~~~