From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xunlei Pang Subject: [RFC PATCH 2/2] dracut.cmdline.7.asc: update document for rd.memdebug=4 Date: Wed, 2 Nov 2016 17:03:06 +0800 Message-ID: <1478077386-30039-2-git-send-email-xlpang@redhat.com> References: <1478077386-30039-1-git-send-email-xlpang@redhat.com> Return-path: In-Reply-To: <1478077386-30039-1-git-send-email-xlpang-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Harald Hoyer Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Dave Young , Xunlei Pang Signed-off-by: Xunlei Pang --- dracut.cmdline.7.asc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc index 0009ff2..70d8776 100644 --- a/dracut.cmdline.7.asc +++ b/dracut.cmdline.7.asc @@ -187,8 +187,8 @@ It should be attached to any report about dracut problems. _/run/initramfs/init.log_. If "quiet" is set, it also logs to the console. -**rd.memdebug=[0-3]**:: - Print memory usage info at various points, set the verbose level from 0 to 3. +**rd.memdebug=[0-4]**:: + Print memory usage info at various points, set the verbose level from 0 to 4. + Higher level means more debugging output: + @@ -197,6 +197,7 @@ It should be attached to any report about dracut problems. 1 - partial /proc/meminfo 2 - /proc/meminfo 3 - /proc/meminfo + /proc/slabinfo + 4 - to find out kernel modules consuming large memory during loading ---- **rd.break**:: -- 1.8.3.1