diff --git a/continuous_reporting/generate_and_upload_reports.rb b/continuous_reporting/generate_and_upload_reports.rb index c809e7bf9..0d8399866 100755 --- a/continuous_reporting/generate_and_upload_reports.rb +++ b/continuous_reporting/generate_and_upload_reports.rb @@ -369,4 +369,6 @@ def ruby_version_from_metadata(metadata) YJITMetrics.check_call "git gc" end +printf "Reporting RSS: %dMB\n", `ps -p #{$$} -o rss=`.to_i / 1024 + puts "Finished generate_and_upload_reports successfully in #{YM_REPO}!"