teamplayer: modified mod_wsgi settings to hopefully help with memory
This commit is contained in:
parent
f0fb08c7ce
commit
1705cf677c
|
@ -4,7 +4,7 @@ ProxyPass /repo/ http://localhost:8000/repo/
|
||||||
|
|
||||||
<VirtualHost *>
|
<VirtualHost *>
|
||||||
DocumentRoot TP_HOME/web/
|
DocumentRoot TP_HOME/web/
|
||||||
WSGIDaemonProcess TP_USER user=TP_USER group=TP_USER processes=1 threads=5
|
WSGIDaemonProcess TP_USER user=TP_USER group=TP_USER processes=5 threads=1
|
||||||
WSGIScriptAlias / TP_HOME/teamplayer.wsgi
|
WSGIScriptAlias / TP_HOME/teamplayer.wsgi
|
||||||
|
|
||||||
<Location "/">
|
<Location "/">
|
||||||
|
|
Loading…
Reference in New Issue