From 1b18d3dacb8122346d10ef0ec0382704b7799f8c Mon Sep 17 00:00:00 2001 From: Jonas Vetterick Date: Fri, 17 Oct 2014 16:12:05 +0200 Subject: [PATCH] Update running.rst Hint on [Errno 24] "Too many open files" (http://stackoverflow.com/a/20894374) --- docs/guide/running.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ~~~~~~~~~~~~~~~~~~~ -- 2.47.2