summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-05-18 13:51:09 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-05-18 13:51:09 +0200
commitbe826aafacb9fe266209604116efe128a0b4cdc0 (patch)
tree62b89a9eda681148ec1ed2b1d36d9a74658d2604
parent4bed64c4171194385f5995e657885a3ef35ea49b (diff)
Fixed #20402: removed as-limit from uWSGI example.
It can fail in hard-to-diagnose ways.
-rw-r--r--docs/howto/deployment/wsgi/uwsgi.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt
index 5b40d5f2f7..22f39342d6 100644
--- a/docs/howto/deployment/wsgi/uwsgi.txt
+++ b/docs/howto/deployment/wsgi/uwsgi.txt
@@ -62,7 +62,6 @@ Here's an example command to start a uWSGI server::
--processes=5 \ # number of worker processes
--uid=1000 --gid=2000 \ # if root, uwsgi can drop privileges
--harakiri=20 \ # respawn processes taking more than 20 seconds
- --limit-as=128 \ # limit the project to 128 MB
--max-requests=5000 \ # respawn processes after serving 5000 requests
--vacuum \ # clear environment on exit
--home=/path/to/virtual/env \ # optional path to a virtualenv