Skip to content

testsuite:free: total committed memory can be negative (if overcommitted)

Lukas requested to merge slyon/procps:negative-committed-mem into master

E.g. on my system I see this output to free -vh, which fails the test:

               total        used        free      shared  buff/cache   available
Mem:            23Gi        17Gi       311Mi       2.2Gi       8.1Gi       5.8Gi
Swap:          2.0Gi       1.9Gi       105Mi
Comm:           13Gi        44Gi       -31Gi

Merge request reports