Index: runtime/vm/service.cc |
diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc |
index d5468dab9bb5fab4a382f4138398d56271a995f4..a6864b3f84b5d3aa7defc0e3cdbf76fddcc93454 100644 |
--- a/runtime/vm/service.cc |
+++ b/runtime/vm/service.cc |
@@ -3802,6 +3802,7 @@ void Service::PrintJSONForVM(JSONStream* js, bool ref) { |
jsobj.AddProperty("version", Version::String()); |
jsobj.AddProperty("_profilerMode", FLAG_profile_vm ? "VM" : "Dart"); |
jsobj.AddProperty64("pid", OS::ProcessId()); |
+ jsobj.AddProperty64("_maxRSS", OS::MaxRSS()); |
int64_t start_time_millis = (vm_isolate->start_time() / |
kMicrosecondsPerMillisecond); |
jsobj.AddPropertyTimeMillis("startTime", start_time_millis); |