comparison 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
comparison
equal deleted inserted replaced
7386:068aec2b38b5 7387:46f92ac4e170
22 .TP 22 .TP
23 \fB-t\fP \fBfork|thread|debug|none\fP 23 \fB-t\fP \fBfork|thread|debug|none\fP
24 Control multi-process mode. \fBdebug\fP and \fBnone\fP are always 24 Control multi-process mode. \fBdebug\fP and \fBnone\fP are always
25 available. If an invalid mode is specified the server starts in 25 available. If an invalid mode is specified the server starts in
26 \fBnone\fP (also called single) mode. Default fork. 26 \fBnone\fP (also called single) mode. Default fork.
27 .TP
28 \fB-m\fP \fImax_children\fP
29 Set the maximum number of child processes (servers). This value
30 may need to be increased on a heavily loaded site. Default 40.
27 .TP 31 .TP
28 \fB-l\fP \fIfile\fP 32 \fB-l\fP \fIfile\fP
29 Sets a filename to log to (instead of stdout). This is required if the -d 33 Sets a filename to log to (instead of stdout). This is required if the -d
30 option is used. 34 option is used.
31 .TP 35 .TP

Roundup Issue Tracker: http://roundup-tracker.org/