From: Jonas Vetterick Date: Fri, 17 Oct 2014 14:12:05 +0000 (+0200) Subject: Update running.rst X-Git-Tag: v4.1.0b2~7^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b18d3dacb8122346d10ef0ec0382704b7799f8c;p=thirdparty%2Ftornado.git Update running.rst Hint on [Errno 24] "Too many open files" (http://stackoverflow.com/a/20894374) --- diff --git a/docs/guide/running.rst b/docs/guide/running.rst index 9ebe6cfb5..1a1d47f92 100644 --- a/docs/guide/running.rst +++ b/docs/guide/running.rst @@ -15,7 +15,10 @@ configuring a WSGI container to find your application, you write a main() Configure your operating system or process manager to run this program to -start the server. +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). Processes and ports ~~~~~~~~~~~~~~~~~~~