bpo-37737: mmap module, track anonymous paging case on macOS#15068
Closed
devnexen wants to merge 2 commits intopython:masterfrom
Closed
bpo-37737: mmap module, track anonymous paging case on macOS#15068devnexen wants to merge 2 commits intopython:masterfrom
devnexen wants to merge 2 commits intopython:masterfrom
Conversation
Contributor
Author
30dd5f5 to
1c8906f
Compare
Contributor
|
What is the use case for this? And why one memory tag with a specific value? |
Contributor
Author
|
If it is you wish the python mmap module mapping standing out to monitor it more accurately. |
Contributor
|
I still don't understand what the use case is, why is it useful to track usage of mmap.mmap in this way? I'd expect that tracking Python's memory allocator would be more useful to track memory usage patterns and debug production issues. |
Contributor
Author
|
It is a more native mean ... when it occurs you monitor the whole system and allows to distinguish python from the rest. |
Contributor
|
I still don't think this is a useful feature. I'm therefore closing this PR (and the related issue). |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

https://bugs.python.org/issue37737