Update faq.rst

This commit is contained in:
REN Xiaolei 2019-11-19 16:32:43 +08:00 committed by GitHub
parent 76507f964d
commit c5a254ad9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ of open file descriptors for a given process. For the confused out there,
remember that Unices treat sockets as files. remember that Unices treat sockets as files.
.. warning:: ``sudo ulimit`` may not work .. warning:: ``sudo ulimit`` may not work
Considering non-privileged users are not able to relax the limit, you should 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 firstly switch to root user, increase the limit, then run gunicorn. Using ``sudo
ulimit`` would not take effect. ulimit`` would not take effect.