Uh oh!
There was an error while loading. Please reload this page.
gh-150114: Use get_process_memory_usage() in memory watchdog - #150402
Conversation
In practice, this change adds Windows and FreeBSD support to the memory watchdog.
vstinner
commented
May 25, 2026
Example on Linux: cc @cmaloney |
vstinner
commented
May 25, 2026
macOS support is coming: see PR gh-150396. |
vstinner
commented
May 25, 2026
"Tests / Windows (free-threading) / Build and test (x64, switch-case)" failed with: 3221225794 is 0xc0000142 (STATUS_DLL_INIT_FAILED) error code. I restarted the job. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Remove also outdated comment.
vstinner
commented
May 25, 2026
@cmaloney: I updated my PR. Thanks for the review. Please review the updated PR. |
cmaloney
left a comment
There was a problem hiding this comment.
Nice improvement overall; I don't have a BSD system to test. Definitely an improvement on macOS.
Uh oh!
There was an error while loading. Please reload this page.
vstinner
commented
May 25, 2026
I created issue gh-150436 to track this issue. |
In practice, this change adds Windows and FreeBSD support to the memory watchdog.