You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mesos.apache.org by Badal Naik <th...@icloud.com> on 2015/07/08 07:14:54 UTC

regarding task resource usage

Hello Mesos,
i worked with mesos/docker since some days it works like a charm.I have a question regarding task resource usage in slaves:

If i have 3 slaves:
Slave a:  8 cores 
Slave b: 16 cores
slave c : 4 cores

And if i start a task via marathon with 0.1 cpus and 3 instances than how it will actually consume cpu on 3 different nodes?

e.g. : 0.1 of 8 core for slave a , o.1 of 16 core in slave b , o.1 of 4 core in slave-c?

Kindly Please help me for this.