Show More
@@ -15,10 +15,8 b' port = 9900' | |||||
15 | ########################## |
|
15 | ########################## | |
16 | ## run with gunicorn --log-config vcsserver.ini --paste vcsserver.ini |
|
16 | ## run with gunicorn --log-config vcsserver.ini --paste vcsserver.ini | |
17 | use = egg:gunicorn#main |
|
17 | use = egg:gunicorn#main | |
18 |
## Sets the number of process workers. |
|
18 | ## Sets the number of process workers. Recommended | |
19 | ## when this option is set to more than one worker, recommended |
|
|||
20 | ## value is (2 * NUMBER_OF_CPUS + 1), eg 2CPU = 5 workers |
|
19 | ## value is (2 * NUMBER_OF_CPUS + 1), eg 2CPU = 5 workers | |
21 | ## The `instance_id = *` must be set in the [app:main] section below |
|
|||
22 | workers = 2 |
|
20 | workers = 2 | |
23 | ## process name |
|
21 | ## process name | |
24 | proc_name = rhodecode_vcsserver |
|
22 | proc_name = rhodecode_vcsserver |
General Comments 0
You need to be logged in to leave comments.
Login now