Hi Srikant, Without using cgroups, it won't be possible to enforce isolation of cpu/memory on a Linux agent. Could you elaborate a bit on why you aren't able to use cgroups currently? Have you tested the existing Mesos cgroup isolators in your system?
Cheers, Greg On Tue, Sep 6, 2016 at 9:24 PM, Srikant Kalani <[email protected]> wrote: > Hi Guys, > > We are running Mesos cluster in our development environment. We are seeing > the cases where framework uses more amount of resources like cpu and memory > then the initial requested resources. When any new framework is registered > Mesos calculates the resources on the basis of already offered resources to > first framework and it doesn't consider actual resources utilised by > previous framework. > This is resulting in incorrect calculation of resources. > Mesos website says that we should Implement c groups but it is not > possible in our case as we have already implemented c groups in other > projects and due to Linux restrictions we can't merge two c groups > hierarchy. > > Any idea how we can implement resource Isolation in Mesos ? > > We are using Mesos 0.27.1 > > Thanks > Srikant Kalani >

