Skip to content

Commit

Permalink
update HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jan 31, 2025
1 parent ded45f6 commit 8d72c96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ XXXX-XX-XX

**Bug fixes**

- 2496_, [Linux]: Avoid segfault (a cPython bug) on ``Process.memory_maps()``
- 2496_, [Linux]: Avoid segfault (a cPython bug) on ``Process.memory_maps()``
for processes that use hundreds of GBs of memory.
- 2502_, [macOS]: `virtual_memory()`_ now relies on ``host_statistics64``
instead of ``host_statistics``. This is the same approach used by ``vm_stat``
CLI tool, and should grant more accurate results.

**Compatibility notes**

Expand Down

0 comments on commit 8d72c96

Please sign in to comment.