teamplayer: modified mod_wsgi settings to hopefully help with memory

This commit is contained in:
Albert Hopkins 2010-08-01 23:05:47 -04:00
parent f0fb08c7ce
commit 1705cf677c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ProxyPass /repo/ http://localhost:8000/repo/
<VirtualHost *>
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
<Location "/">