----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63274/ -----------------------------------------------------------
Review request for mesos, Akash Gupta, Jeff Coffler, Jie Yu, John Kordich, Joseph Wu, and Michael Park. 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 ----- 3rdparty/stout/include/stout/windows/os.hpp 09ddec6d69472cd13b453fe1a77fdbe343fc23c8 Diff: https://reviews.apache.org/r/63274/diff/1/ Testing ------- Thanks, Andrew Schwartzmeyer
