Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Drop numbers of workers to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
lemming552 committed Feb 1, 2016
1 parent dc1c09f commit 151d281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/start_lacuna.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
export PATH=/data/apps/bin:$PATH
cd /data/Lacuna-Server/bin
start_server --port 80 -- starman --workers 10 --user nobody --group nobody --preload-app lacuna.psgi &
start_server --port 80 -- starman --workers 7 --user nobody --group nobody --preload-app lacuna.psgi &

0 comments on commit 151d281

Please sign in to comment.