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
Introduce jemalloc-allocator feature flag #6675
Merged
paritytech-processbot
merged 18 commits into
master
from
aa/introduce-jemalloc-stats-flag
Feb 9, 2023
Merged
Changes from 10 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
748085d
Introduce jemalloc-stats feature flag
tonyalaribe 414f5fe
remove unneeded space
tonyalaribe f18011b
Update node/overseer/src/lib.rs
tonyalaribe ccec741
Update Cargo.toml
tonyalaribe af996ba
revert making tikv-jemallocator depend on jemalloc-stats
tonyalaribe 3e611a3
conditionally import memory_stats instead of using dead_code
tonyalaribe a0ece33
fix test via expllicit import
tonyalaribe 1370166
Merge branch 'master' into aa/introduce-jemalloc-stats-flag
mrcnski e2b890a
Add jemalloc-stats feature to crates, propagate it from root
mrcnski 326b44a
Apply `jemalloc-stats` feature to prepare mem stats; small refactor
mrcnski 5fd13c7
effect changes recommended on PR
tonyalaribe 3cf7225
Merge branch 'master' into aa/introduce-jemalloc-stats-flag
tonyalaribe c65001b
Update node/overseer/src/metrics.rs
tonyalaribe 496173b
fix compile error on in pipeline for linux. missing import
tonyalaribe 91947fb
Merge branch 'aa/introduce-jemalloc-stats-flag' of github.com:parityt…
tonyalaribe 5127ea7
Update node/overseer/src/lib.rs
tonyalaribe be7c950
revert to defining collect_memory_stats inline
tonyalaribe a745219
Merge branch 'aa/introduce-jemalloc-stats-flag' of github.com:parityt…
tonyalaribe 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.
Please rename this to
jemalloc
orjemalloc-allocator
and then do the trick that @koute mentioned with enabling it automatically for Linux.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.
Yeah, i've done this. Thanks!! Please review again