Show More
@@ -15,10 +15,8 b' port = 9900' | |||
|
15 | 15 | ########################## |
|
16 | 16 | ## run with gunicorn --log-config vcsserver.ini --paste vcsserver.ini |
|
17 | 17 | use = egg:gunicorn#main |
|
18 |
## Sets the number of process workers. |
|
|
19 | ## when this option is set to more than one worker, recommended | |
|
18 | ## Sets the number of process workers. Recommended | |
|
20 | 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 | 20 | workers = 2 |
|
23 | 21 | ## process name |
|
24 | 22 | proc_name = rhodecode_vcsserver |
General Comments 0
You need to be logged in to leave comments.
Login now