Skip to content

Commit

Permalink
Merge pull request #312 from Shopify/rwstauner/reporting-rss
Browse files Browse the repository at this point in the history
Show RSS of reporting process
  • Loading branch information
rwstauner authored Sep 16, 2024
2 parents 28718db + 6ad32b5 commit f0356a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions continuous_reporting/generate_and_upload_reports.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}!"

0 comments on commit f0356a2

Please sign in to comment.