This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Monitor memory usage during CI builds. - #1602
Merged
Merged
Conversation
Contributor
Author
|
run tests |
alliepiper
force-pushed
the
gpuCI-memmon
branch
from
January 23, 2022 17:44
840b4be to
caa4e24
Compare
Contributor
Author
|
run tests |
alliepiper
force-pushed
the
gpuCI-memmon
branch
2 times, most recently
from
January 23, 2022 22:39
16cb1c4 to
72af5b3
Compare
Contributor
Author
|
run tests |
alliepiper
force-pushed
the
gpuCI-memmon
branch
from
January 24, 2022 20:04
72af5b3 to
4698056
Compare
Contributor
Author
|
run tests |
alliepiper
force-pushed
the
gpuCI-memmon
branch
from
January 25, 2022 06:07
4698056 to
7aae775
Compare
Contributor
Author
|
run tests |
This launches a background process that polls `top` to obtain current memory usages per process. The high-water memory usage for each process is stored along with the command-line used to start the process. These values are sorted and printed after the build completes. Any processes exceeding an error threshold will cause the CI job to fail.
alliepiper
force-pushed
the
gpuCI-memmon
branch
from
January 25, 2022 18:57
7aae775 to
3ca43d7
Compare
Contributor
Author
|
run tests |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This launches a background process that polls
topto obtaincurrent memory usages per process.
The high-water memory usage for each process is stored along with
the command-line used to start the process. These values are sorted
and printed after the build completes. Any processes exceeding an
error threshold (default=4GB) will cause the CI job to fail.