mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Update faq.rst and fix technical mistake on ulimit
This commit is contained in:
parent
94ab209117
commit
74cf2ce084
@ -128,10 +128,9 @@ How can I increase the maximum number of file descriptors?
|
||||
One of the first settings that usually needs to be bumped is the maximum number
|
||||
of open file descriptors for a given process. For the confused out there,
|
||||
remember that Unices treat sockets as files.
|
||||
|
||||
::
|
||||
|
||||
$ sudo ulimit -n 2048
|
||||
Considering non-privileged users are not able to relax the limit, you should
|
||||
firstly switch to root user, increase the limit, then run gunicorn. Using ``sudo
|
||||
ulimit`` would not take effect.
|
||||
|
||||
How can I increase the maximum socket backlog?
|
||||
----------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user