Eric Coissac 6e2a4c977b fix: Replace unreliable memory pressure check with swap indicator
The previous `major_faults > 10` check is unreliable on macOS, as it counts file-backed mmap page-ins rather than true memory pressure. This change replaces it with `swaps > 0`, a more accurate cross-platform indicator of RAM exhaustion. The swap diagnosis message is also updated to clarify that the working set exceeds available RAM, and comments are added to document this rationale.
2026-05-19 11:41:41 +02:00
S
Description
No description provided
Readme 229 MiB
v1.1.35 Latest
2026-07-03 15:21:29 +00:00
Languages
Rust 83.2%
Python 6.4%
Makefile 3.3%
Shell 3%
HTML 2.9%
Other 1.2%