You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Andrew Schwartzmeyer <an...@schwartzmeyer.com> on 2017/10/26 16:33:16 UTC

Review Request 63276: Windows: Added `Cpuset` and `Mem` isolators.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63276/
-----------------------------------------------------------

Review request for mesos, Akash Gupta, Jeff Coffler, Jie Yu, John Kordich, Joseph Wu, and Li Li.


Bugs: MESOS-6690
    https://issues.apache.org/jira/browse/MESOS-6690


Repository: mesos


Description
-------

Instead of deriving from the POSIX isolators, we now have two real
Windows isolators that can be used together or separately. The `Cpuset`
isolator enables a hard-cap CPU limit, and the `Mem` isolator enables a
hard-cap memory limit on the job object for the container.


Diffs
-----

  src/slave/containerizer/mesos/containerizer.cpp 100e3bbda543d87808da9ff6bea42da5099ea8c5 
  src/slave/containerizer/mesos/isolators/windows.hpp b0621a5fc411b8812722f7fcf6580ed64dac5382 
  src/slave/flags.cpp 789b45b8d84fc01733a885754204fe2fdd6d6807 


Diff: https://reviews.apache.org/r/63276/diff/1/


Testing
-------


Thanks,

Andrew Schwartzmeyer