This message was deleted.
# troubleshooting
s
This message was deleted.
d
Are you deploying in Kubernetes?
s
Yeah we are
d
Us too. We want to rely on Kubernetes+Docker’s namespace and cgroup so we use the smallest number of task slots. Two per MM.
s
interesting, that'd result in a lot of middlemanager nodes for a large cluster
d
yes, but the memory behavior is predictable. If you have too many peons in a pod, one bad subtask can bulldoze the other peons, creating difficult to track errors.
temporary disk usage on EBS is more predictable as well because the mount is only shared by 2 peons
s
thanks for the info
g
we also use 2 per MM on k8s