Re: Total resources available versus actually available

2015-02-09 Thread Niklas Nielsen
The slave picks up total available resources (not free) on startup, but this can be overridden by the --resources= flag. That way, you can leave resources for your out of bound processes. If you want to compute the slack (difference between allocated and actually used), you can compute that from

Re: Total resources available versus actually available

2015-02-09 Thread craig w
Is this the issue? https://issues.apache.org/jira/browse/MESOS-354 On Mon, Feb 9, 2015 at 12:30 PM, Niklas Nielsen nik...@mesosphere.io wrote: The slave picks up total available resources (not free) on startup, but this can be overridden by the --resources= flag. That way, you can leave

Total resources available versus actually available

2015-02-09 Thread craig w
Mesos slaves report the total resources they have available, such as 2 CPU, 8GB Memory and 100GB disk. Does Mesos keep track of the amount of resources that are actually available to best schedule tasks? For example, imagine a slave has some other processes running on it (that are not mesos