This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
pvf: Log memory metrics from preparation #6565
Merged
paritytech-processbot
merged 16 commits into
master
from
mrcnski/prechecking-threshold-memory
Feb 6, 2023
+469
−58
Merged
Changes from 3 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6378f35
Add getrusage and memory tracker for precheck preparation
mrcnski 488bb06
Log memory stats metrics after prechecking
mrcnski 61ebe72
Fix tests
mrcnski 8211891
Try to fix errors (linux-only so I'm relying on CI here)
mrcnski f625988
Try to fix CI
mrcnski 85f7a85
Add module docs for `prepare/memory_stats.rs`; fix CI error
mrcnski ddd15c7
Report memory stats for all preparation jobs
mrcnski a1f3e1e
Merge branch 'master' into mrcnski/prechecking-threshold-memory
mrcnski 4b25b8f
Use `RUSAGE_SELF` instead of `RUSAGE_THREAD`
mrcnski d995d50
Revert last commit (RUSAGE_THREAD is correct)
mrcnski 3865da1
Use exponential buckets
mrcnski becf7a8
Use `RUSAGE_SELF` for `getrusage`; enable `max_rss` metric for MacOS
mrcnski 73ed92e
Increase poll interval
mrcnski d37cfdd
Merge branch 'master' into mrcnski/prechecking-threshold-memory
mrcnski 6611818
Merge branch 'master' into mrcnski/prechecking-threshold-memory
mrcnski 4be8b21
Revert "Use `RUSAGE_SELF` for `getrusage`; enable `max_rss` metric fo…
mrcnski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the unrelated change, but this really triggered me.