diff options
author | Neil Schemenauer <nas-github@arctrix.com> | 2025-05-05 10:17:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-05 17:17:05 +0000 |
commit | 5c245ffce71b5a23e0022bb5d1eaf645fe96ddbb (patch) | |
tree | 492197325b25c4fa58ef1aa2d8e291d8b289b739 /Lib/code.py | |
parent | 8e08ac9f32d89bf387c75bb6d0710a7b59026b5b (diff) | |
download | cpython-5c245ffce71b5a23e0022bb5d1eaf645fe96ddbb.tar.gz cpython-5c245ffce71b5a23e0022bb5d1eaf645fe96ddbb.zip |
gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)
For the free-threaded build, check the process resident set size (RSS)
increase before triggering a full automatic garbage collection. If the RSS
has not increased 10% since the last collection then it is deferred.
Diffstat (limited to 'Lib/code.py')
0 files changed, 0 insertions, 0 deletions