Hi, Does any body try to run Mesos on AWS instances? Can you give me recommendations.
I am developing elastic (scale aws instances on demand) Mesos cluster. Currently I have 3 master instances. I run about 1000 tasks simultaneously. I see delays and health check problems. ~400 tasks fits in one m4.10xlarge instance. (160GB RAM, 40 CPU). At the moment I increase time out in ZooKeeper cluster. What can I do to decrease timeouts? Also how can I increase performance? The main bottleneck is what I have the big amount of tasks(run simultaneously) for an hour after I shutdown them or restart (depends how good them perform). -Kiril

