Browse Source

django: Increase processes.

INADA Naoki 12 years ago
parent
commit
09181b74ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      django/setup.py

+ 1 - 1
django/setup.py

@@ -17,7 +17,7 @@ def start(args):
         "hello.wsgi:application",
         "-k", "meinheld.gmeinheld.MeinheldWorker",
         "-b", "0.0.0.0:8080",
-        '-w', str(NCPU*2),
+        '-w', str(NCPU*3),
         "--log-level=critical"],
         cwd="django/hello")
     return 0