Bug 1730738
Summary: | backport numactl manual to clarify the memory usage output | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | dbodnarc |
Component: | numactl | Assignee: | Pingfan Liu <piliu> |
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons |
Severity: | low | Docs Contact: | Jaroslav Klech <jklech> |
Priority: | low | ||
Version: | 8.3 | CC: | jklech, kzilkova, piliu, qe-baseos-daemons, ruyang, skurup, stefanha |
Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
Target Release: | 8.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | numactl-2.0.12-9.el8 | Doc Type: | Enhancement |
Doc Text: |
.The `numactl` manual entry clarifies the memory usage output
With this release of RHEL 8, the manual page for `numactl` explicitly mentions that the memory usage information reflects only the resident pages on the system. The reason for this addition is to eliminate potential confusion for users whether the memory usage information relates to resident pages or virtual memory.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-28 17:01:22 UTC | Type: | Feature Request |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1674330 |
Can anybody set the qa_ack+? Thanks Can anybody help me to set qa_ack+? Thanks Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:1897 |
The man page gives no hint about whether memory usage information relates to resident pages or virtual memory. The answer may not be obvious to the user, so explicitly mention that only resident pages are counted. We would like to backport the following commit: > https://github.com/numactl/numactl/pull/70