Mercurial > p > roundup > code
diff share/man/man1/roundup-server.1 @ 7387:46f92ac4e170
- issue2551275 - Allow configuring max_children in roundup-server.
new -m and --max_children command line arguments and max_children
config file setting for roundup_server.py/roundup-server.
CHANGES.txt, admin_guide.txt, roundup-server.1 updated.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 23 May 2023 23:34:06 -0400 |
| parents | b84718ea4228 |
| children | d614d8e1c09d |
line wrap: on
line diff
--- a/share/man/man1/roundup-server.1 Tue May 23 19:26:23 2023 -0400 +++ b/share/man/man1/roundup-server.1 Tue May 23 23:34:06 2023 -0400 @@ -25,6 +25,10 @@ available. If an invalid mode is specified the server starts in \fBnone\fP (also called single) mode. Default fork. .TP +\fB-m\fP \fImax_children\fP +Set the maximum number of child processes (servers). This value +may need to be increased on a heavily loaded site. Default 40. +.TP \fB-l\fP \fIfile\fP Sets a filename to log to (instead of stdout). This is required if the -d option is used.
