It depends on your isolation setting (mainly cgroup, or any node level resources). In general, we don't recommend folks use multiple agents on a node.
It's possible to make it work by setting `cgroup_root` separately for MesosContainerizer. For DockerContainerizer, currently, we hard code `DOCKER_NAME_PREFIX`, making it not possible to use two agents on a node properly. - Jie On Wed, Mar 7, 2018 at 9:48 PM, Baskar Sikkayan <[email protected]> wrote: > Hi, > > We are running 3 node mesos cluster and on each node running 1 mesos > master and 2 mesos slaves. Is this a good practice? > > Will it be a problem running 2 slaves as it might offer too much and will > get overloaded. > > > Thanks, > Baskar.S >

