Files
kumomta/docs/reference/kumo/get_memory_soft_limit.md
T
2026-03-04 08:03:21 +00:00

471 B

tags
tags
memory

kumo.get_memory_soft_limit

local limit = kumo.get_memory_soft_limit()

{{since('2026.03.04-bb93ecb1')}}

Returns the soft memory limit, or nil if none has been configured.

If your policy doesn't explicitly configure hard/soft limits, whether there is a default soft limit depends on the environment into which the process was spawned.

See Memory Management for a discussion on how kumomta manages memory usage.