Merge pull request #1227 from jvetterick/patch-1
adding hint to supervisord minfds
This commit is contained in:
commit
9a5272057d
|
@ -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
|
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
|
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).
|
of open files per process (to avoid "Too many open files"-Error).
|
||||||
To raise this limit you can use the ulimit command or modify
|
To raise this limit (setting it to 50000 for example) you can use the ulimit command,
|
||||||
/etc/security/limits.conf (setting it to 50000 for example).
|
modify /etc/security/limits.conf or setting ``minfds`` in your supervisord config.
|
||||||
|
|
||||||
Processes and ports
|
Processes and ports
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue