From c5a254ad9d3b46950a86d6b868cd6249c827b354 Mon Sep 17 00:00:00 2001 From: REN Xiaolei Date: Tue, 19 Nov 2019 16:32:43 +0800 Subject: [PATCH] Update faq.rst --- docs/source/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 55303122..e98e4eb6 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -130,7 +130,7 @@ of open file descriptors for a given process. For the confused out there, remember that Unices treat sockets as files. .. 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 ulimit`` would not take effect.