Bug 1391015 - Docs: Virtualization_Tuning_and_Optimization_Guide has an error in section 7.2.3.1.
Summary: Docs: Virtualization_Tuning_and_Optimization_Guide has an error in section 7....
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: doc-Virtualization_Tuning_and_Optimization_Guide
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Jiri Herrmann
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-02 11:58 UTC by Yaniv Kaul
Modified: 2019-03-06 00:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-04 13:51:34 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Yaniv Kaul 2016-11-02 11:58:41 UTC
Document URL: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_Tuning_and_Optimization_Guide/sect-Virtualization_Tuning_Optimization_Guide-Memory-Tuning.html

Section Number and Name: 7.2.3.1. Configuring Transparent Huge Pages

Describe the issue: 
The description: 
To enable transparent huge pages to be used by default, run:
# cat /sys/kernel/mm/transparent_hugepage/enabled
This will set /sys/kernel/mm/transparent_hugepage/enabled to always. 

is wrong. The 'cat' command will only show it.

Suggestions for improvement: 
I believe it was meant to be:
echo always > /sys/kernel/mm/transparent_hugepage/enabled


Note You need to log in before you can comment on or make changes to this bug.