----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63274/ -----------------------------------------------------------
(Updated Nov. 30, 2017, 3:32 p.m.) Review request for mesos, Aaron Wood, Akash Gupta, Jeff Coffler, Jie Yu, John Kordich, Joseph Wu, and Michael Park. Changes ------- Rebased. Repository: mesos Description ------- This function sums the working set size for each process in a job object represented by the PID. The Windows API does not support this directly. Instead, the list of processes in a job object must be obtained, and then for each process, the memory usage must be queried. Diffs (updated) ----- 3rdparty/stout/include/stout/windows/os.hpp 09469e9380e1eb64df34897f8becffda0a898e9d Diff: https://reviews.apache.org/r/63274/diff/4/ Changes: https://reviews.apache.org/r/63274/diff/3-4/ Testing ------- Thanks, Andrew Schwartzmeyer
