Skip to content

Commit 31380b7

Browse files
authored
Merge pull request #22395 from johnwilkins/cnf-may26
Removed commands as per msivak's note of May26.
2 parents 7051a6d + b40c7c5 commit 31380b7

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

modules/cnf-configuring-huge-pages.adoc

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ These are the only configuration steps you need to do to allocate huge pages.
3838
* To verify the configuration, see the `/proc/meminfo` file on the node:
3939
+
4040
----
41+
$ oc debug node/ip-10-0-141-105.ec2.internal
42+
----
43+
+
44+
----
4145
# grep -i huge /proc/meminfo
4246
----
4347
+
@@ -52,27 +56,6 @@ Hugepagesize: #### ##
5256
Hugetlb: #### ##
5357
----
5458

55-
* Use `oc debug node` to check that the kernel argument worked by going to one of the worker nodes and listing the
56-
kernel command line arguments (in `/proc/cmdline` on the host):
57-
+
58-
----
59-
$ oc debug node/ip-10-0-141-105.ec2.internal
60-
----
61-
+
62-
----
63-
Starting pod/ip-10-0-141-105ec2internal-debug ...
64-
To use host binaries, run `chroot /host`
65-
66-
sh-4.2# cat /host/proc/cmdline
67-
BOOT_IMAGE=/ostree/rhcos-... console=tty0 console=ttyS0,115200n8
68-
rootflags=defaults,prjquota rw root=UUID=fd0... ostree=/ostree/boot.0/rhcos/16...
69-
coreos.oem.id=qemu coreos.oem.id=ec2 ignition.platform.id=ec2 selinux=0
70-
71-
sh-4.2# exit
72-
----
73-
+
74-
You should see the `selinux=0` argument added to the other kernel arguments.
75-
7659
* Use `oc describe` to report the new size:
7760
+
7861
----

0 commit comments

Comments
 (0)