Print the correct system memory in use with +RTS -s (#17158)
Use `stats.max_mem_in_use_bytes` to print the memory usage instead of `stats.max_live_bytes` which prints maximum residency. Fixes (#17158).
Showing
-
mentioned in merge request !1665 (closed)
-
mentioned in issue #17158 (closed)
Please register or sign in to comment