mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-20 03:18:18 +00:00
513 B
513 B
tags
| tags | |
|---|---|
|
kumo.get_memory_hard_limit
local limit = kumo.get_memory_hard_limit()
{{since('2026.03.04-bb93ecb1')}}
Returns the hard memory limit, or nil if none has been configured.
If your policy doesn't explicitly configure a limit via kumo.set_memory_hard_limit, whether there is a hard limit depends on the environment into which the process was spawned.
See Memory Management for a discussion on how kumomta manages memory usage.