bmahler commented on code in PR #559: URL: https://github.com/apache/mesos/pull/559#discussion_r1567973794
########## src/linux/cgroups2.hpp: ########## @@ -275,6 +275,24 @@ Try<Nothing> set_max(const std::string& cgroup, const Option<Bytes>& limit); // Cannot be used for the root cgroup. Result<Bytes> max(const std::string& cgroup); + +// Set the soft memory limit for a cgroup and its descendants. Exceeding the +// soft limit will cause processes in the cgroup to be throttled and put under +// heavy memory pressure. Review Comment: reclaim pressure -- 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]
