Skip to content

Commit 34e852a

Browse files
committed
📝 docs(README): Add note on running memory checks in clean terminal sessions to avoid inflated peak RSS readings
1 parent fc18980 commit 34e852a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎README.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
>
2929
> Notes:
3030
> - Measurements vary by Python version, OS, allocator, and import graph; treat these as practical ranges.
31-
> - Validate on your system if constrained; see `examples/memory_usage_check.py` (credit: script by github@JackyHe398).
31+
> - Validate on your system if constrained; see `examples/memory_usage_check.py` (credit: script by github@JackyHe398`).
32+
> - Run memory checks in a clean terminal session. IDEs/REPLs may preload frameworks and inflate peak RSS (ru_maxrss),
33+
> leading to very large peaks with near-zero deltas.
3234
>
3335
> Choose the model that best fits your constraints.
3436

0 commit comments

Comments
 (0)