File tree Expand file tree Collapse file tree 1 file changed +4
-21
lines changed
Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Original file line number Diff line number Diff 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: #### ##
5256Hugetlb: #### ##
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----
You can’t perform that action at this time.
0 commit comments