The maximum number of bytes a process can lock into memory.
const LockedMemory: Resource = Resource(cty::RLIMIT_MEMLOCK as c_int);
prlimit(2) and RLIMIT_MEMLOCK therein