forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config rptfreememorylimit
Byrne edited this page Nov 1, 2010
·
1 revision
Defines a lower bound on the of free memory that must be available for new run-periodic-tasks to launch; if the Perl module Sys::MemInfo is installed and RPTFreeMemoryLimit
is set, launching run-periodic-tasks will check the amount of free memory available on the server. If that value is below RPTFreeMemoryLimit
, the newly launched RPT process will cleanly exit. (If Sys::MemInfo is not available, this directive will be ignored.)
disabled
Memory size, in the form of:
- #GB
- #MB
- #KB
The "B" is optional
Specify one gigabyte:
RPTFreeMemoryLimit 1G
Specify 512 megabytes:
RPTFreeMemoryLimit 512MB
Specify 1024 kilobytes:
RPTFreeMemoryLimit 1024K
Specify 512000 bytes:
RPTFreeMemoryLimit 512000
-
Categories: Appendix: Configuration Directives
-
Tags: config, limit, memory, run-periodic-tasks