aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-08-02 18:54:42 +0800
committerXi Ruoyao <xry111@xry111.site>2023-08-02 18:54:42 +0800
commite65bfc4f69efeae0d18c0158b2050c045b724239 (patch)
tree96951d1a2ac66e3bd83080fefd81b7db71e4983e
parentf40b2e7be5bba58ee021211e872426262a093000 (diff)
procps: The "free with commit" test failure is fixed now
Link: https://gitlab.com/procps-ng/procps/-/commit/414e33a8afb6
-rw-r--r--chapter08/procps.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter08/procps.xml b/chapter08/procps.xml
index e17d199ca..20a6be096 100644
--- a/chapter08/procps.xml
+++ b/chapter08/procps.xml
@@ -83,16 +83,6 @@ make check</userinput></screen>
<screen><userinput remap="test">make check</userinput></screen>
- <!-- It's because "free -v" shows "used" greater than "total", and
- a negative "free" for "Comm" line. The "total" value is from
- "CommitLimit" in /proc/meminfo, which is the limit for one process.
- But the "used" value is from "Committed_AS" in the same file,
- which is the total commited virtual memory space of all processes.
- I'll make a report to upstream anyway. -->
- <para>One test named <filename>free with commit</filename>
- may fail if some applications with a custom memory allocator (for
- example, JVM and Web browsers) are running on the host distro.</para>
-
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>