forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config rptswapmemorylimit
Byrne edited this page Nov 1, 2010
·
1 revision
RPTSwapMemoryLimit
is identical to RPTFreeMemoryLimit
, except that instead of checking free memory available on the server, it checks swap memory available on the server. For operating systems that cache aggressively, this may be a more effective way of detecting heavy memory consumption.
disabled
Memory size, in the form of:
- #GB
- #MB
- #KB
The "B" is optional
Specify one gigabyte:
RPTSwapMemoryLimit 1G
Specify 100 megabytes:
RPTSwapMemoryLimit 100MB
Specify 1024 kilobytes:
RPTSwapMemoryLimit 1024K
Specify 512000 bytes:
RPTSwapMemoryLimit 512000
-
Categories: Appendix: Configuration Directives
-
Tags: config, memory, run-periodic-tasks