From f395924ce47bd0d4d5cdb5775a2576f8bb104330 Mon Sep 17 00:00:00 2001 From: Lichen Liu Date: Mon, 13 Jan 2025 17:39:56 +0800 Subject: [PATCH] 99-kdump.conf: Omit nouveau and amdgpu module Resolves: https://issues.redhat.com/browse/RHEL-52304 The GPU module provides no significant utility in second kernel, and it introduces firmware that occupies lots of memory, which is critical in the constrained environment of kdump. Omit it helps reduce memory usage and optimize the crash recovery process. See also: https://access.redhat.com/solutions/6977793 https://access.redhat.com/solutions/7100186 Signed-off-by: Lichen Liu --- 99-kdump.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/99-kdump.conf b/99-kdump.conf index 80d6e43b..696c7acd 100644 --- a/99-kdump.conf +++ b/99-kdump.conf @@ -1,3 +1,4 @@ dracutmodules='' add_dracutmodules=' kdumpbase ' omit_dracutmodules=' rdma plymouth resume ifcfg earlykdump ' +omit_drivers+=' nouveau amdgpu ' \ No newline at end of file