SchwartzSwapMemoryLimit
This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi
, to customize the behavior of the system.
SchwartzSwapMemoryLimit
is identical to SchwartzFreeMemoryLimit
, except that instead of checking free memory available on the server, it checks swap memory available on the server.
Default
disabled
Values
Memory size, in the form of:
- #GB
- #MB
- #KB
- # (indicating literal bytes)
The “B” is optional
Example
Specify 200 megabytes:
SchwartzSwapMemoryLimit 200M
Specify 4000 kilobytes:
SchwartzSwapMemoryLimit 4000K