ResourceLimits Settings

This plugin allows you to limit the memory / CPU usage of child spamd processes.

Resource limit memory - resource_limit_mem
Sets to RLIMIT_RSS and RLIMIT_AS from BSD::Resource (in bytes). If your spamd child processes exceed this memory limit the child process will die. Set to 0 to disable this limit.
Default: 0

Resource limit CPU - resource_limit_cpu
Sets to RLIMIT_CPU from BSD::Resource. The quota is based on max CPU Time seconds. If your spamd child processes exceed this CPU limit the child process will die. Set to 0 to disable this limit.
Default: 0

Related Pages