DevinLeamy commented on code in PR #462:
URL: https://github.com/apache/mesos/pull/462#discussion_r1453931443


##########
include/mesos/v1/mesos.proto:
##########
@@ -1783,6 +1783,12 @@ message ResourceStatistics {
   // Total memory + swap usage. This is set if swap is enabled.
   optional uint64 mem_total_memsw_bytes = 37;
 
+  // Current kernel memory allocation
+  optional uint64 mem_kmem_usage_bytes = 52;

Review Comment:
   There isn't a good reason. I've updated `mesos/mesos.proto` to match 
`mesos/v1/mesos.proto` (i.e. use the smaller field numbers). 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to