forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config schwartzfreememorylimit
Byrne edited this page Nov 1, 2010
·
1 revision
SchwartzFreeMemoryLimit
is identical to RPTFreeMemoryLimit
, except that instead of checking on initial launch of run-periodic-tasks, it checks after every MT::TheSchwartz->work_once cycle while the Schwartz queue is being processed. If free memory has fallen below the SchwartzFreeMemoryLimit
, it ends the work_until_done loop, allowing the RPT job to exit.
disabled
Memory size, in the form of:
- #GB
- #MB
- #KB
The "B" is optional
Specify 50 megabytes:
SchwartzFreeMemoryLimit 50M
Specify 8000 kilobytes:
SchwartzFreeMemoryLimit 8000K
-
Categories: Appendix: Configuration Directives
-
Tags: config, limit, memory, run-periodic-tasks, Schwartz