You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Greg Mann <gr...@d2iq.com> on 2019/11/23 00:22:18 UTC

RFC: Task Resource Limits Design

Hi all,
Myself and a few others have been working recently on a design to support
task resource limits in Mesos. This feature allows schedulers to specify on
their tasks an upper limit for CPU and memory which is greater than the
requested CPU/mem resources. The task will be guaranteed access to the
requested resources, but it will be permitted to consume up to the limit.

I have a design doc here
<https://docs.google.com/document/d/1iEXn2dBg07HehbNZunJWsIY6iaFezXiRsvpNw4dVQII/edit?usp=sharing>,
please take a look and comment!

Thanks,
Greg