forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config rptprocesscap
Byrne edited this page Nov 1, 2010
·
1 revision
Defines a limit on the number of run-periodic-tasks jobs to be run simultaneously on this server; if the Perl module Proc::ProcessTable is installed and RPTProcessCap
is set, launching run-periodic-tasks will count all currently-running jobs of the form "perl.*run-periodic-tasks.*
", including the current one. If that number exceeds RPTProcessCap
, the newly launched RPT process will cleanly exit. (If Proc::ProcessTable is not available, this directive will be ignored.)
disabled
- integer (recommended range 2-10, depending on server setup)
RPTProcessCap 5
-
Categories: Appendix: Configuration Directives
-
Tags: config, limit, process, run-periodic-tasks