Skip to content

Commit a67d1a0

Browse files
authored
Fix method memleak test (pythonnet#2708)
* Use uss instead of rss to get more precise memory readings * Rework memory usage tracking to use .NET and Python memory tracing * Use 75% threshold in all cases * Up to 90% :(
1 parent 512352b commit a67d1a0

3 files changed

Lines changed: 125 additions & 130 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ dev = [
3838
"find_libpython >= 0.3",
3939
"numpy >=2 ; python_version >= '3.10'",
4040
"numpy <2 ; python_version < '3.10'",
41-
"psutil"
4241
]
4342

4443
[[project.authors]]

0 commit comments

Comments
 (0)