Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.1
-
Mesosphere Sprint 42
Description
Calling libprocses functions in `mesos-containerizer launch` will cause libprocess being initialized. That will have some performance impact as it'll create N threads (N == #cores).
Given that `mesos-containerizer launch` can be blocking, we should avoid using libprocess methods for performance.