We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47efce8 commit 335a866Copy full SHA for 335a866
ChangeLog.md
@@ -2,6 +2,14 @@
2
3
`mem-info` uses [PVP Versioning][1].
4
5
+## 0.3.1.0 -- 2025-02-18
6
+
7
+- Add option -m (--min-reported)
8
9
+ This filters out processes with low memory by specifying a lower bound for
10
+ output. Correct filter amounts are specified as quantities along with a unit;
11
+ one of KiB, MiB, GiB or TiB
12
13
## 0.3.0.1 -- 2025-01-17
14
15
- Fix test data generation in QuickCheck test
mem-info.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 3.0
name: mem-info
-version: 0.3.0.1
+version: 0.3.1.0
synopsis: Print the core memory usage of programs
description:
A utility to accurately report the core memory usage of programs.
0 commit comments