Skip to content

Commit

Permalink
99-kdump.conf: Omit nouveau and amdgpu module
Browse files Browse the repository at this point in the history
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 <lichliu@redhat.com>
  • Loading branch information
licliu committed Jan 13, 2025
1 parent 679a1c5 commit f395924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 99-kdump.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dracutmodules=''
add_dracutmodules=' kdumpbase '
omit_dracutmodules=' rdma plymouth resume ifcfg earlykdump '
omit_drivers+=' nouveau amdgpu '

0 comments on commit f395924

Please sign in to comment.