----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16569/ -----------------------------------------------------------
(Updated Jan. 2, 2014, 11:03 p.m.) Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone. Changes ------- Addressed Vinod and Ian's comments. Changed free page variable from uint64_t to unsigned int, according to: "vmmeter.h:113: unsigned int v_free_count; /* number of pages free */" Repository: mesos-git Description ------- freeMemory() returns amount of free system memory. Can in combination with memory() be used to get total used memory. This allows future finer grained break-downs of used memory in user memory, kernel buffers/caches and so on. Diffs (updated) ----- 3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp 7c1f6ec src/slave/http.cpp 1358810 Diff: https://reviews.apache.org/r/16569/diff/ Testing ------- make check and functional testing. Thanks, Niklas Nielsen
