I am currently using Mesos + Marathon for the test.
When I launch a lot of tasks with command ping 8.8.8.8
, at one point, slaves cannot launch a task any more. So I checked out stderr
of sandbox, then it shows
Failed to initialize, pthread_create
I launched tasks with 0.00001 cpus and 0.00001 mems, so enough resources to launch a task remained in slaves.
Is there a limit of the number of tasks that can be launched by Mesos on a slave?