Commit 31ab4f12 authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

Enable resource limits in Mesos slaves

parent 71e95658
...@@ -50,6 +50,7 @@ mesosslave: ...@@ -50,6 +50,7 @@ mesosslave:
- MESOS_RESOURCES=cpus:4;mem:1280;disk:25600;ports:[8000-21099] - MESOS_RESOURCES=cpus:4;mem:1280;disk:25600;ports:[8000-21099]
- MESOS_SWITCH_USER=0 - MESOS_SWITCH_USER=0
- MESOS_CONTAINERIZERS=docker,mesos - MESOS_CONTAINERIZERS=docker,mesos
- MESOS_ISOLATION=cgroups/cpu,cgroups/mem
- DOCKER_DAEMON_ARGS - DOCKER_DAEMON_ARGS
links: links:
- etcd - etcd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment