DevinLeamy opened a new pull request, #560: URL: https://github.com/apache/mesos/pull/560
The 'memory.low' control is for soft memory protection. This only applies when the system is trying to reclaim memory. Soft memory protection means that the kernel will do its best to not reclaim memory from the cgroup if its usage is below the value in 'memory.low'. Before it reclaims any memory below the value in 'memory.low' it will first reclaim unprotected memory from other cgroups. We introduce `cgroups2::memory::low` and `cgroups2::memory::set_low` to set and get this soft memory protection limit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
