You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure the kdump kernel with nr_cpus=16 to enable multi-threading in
the makedumpfile core collector, allowing faster dump collection.
Commit d428557 ("Use all available CPUs to collect dump")
introduced multi-threading support in the core collector.
There are two reasons for choosing nr_cpus=16:
- Multiple experiments show that optimal performance is achieved when
nr_cpus is between 16 and 30. The graph in commit d428557
supports this.
- nr_cpus=16 is already used for the fadump kernel, so using the same
value for kdump to maintain consistency.
Signed-off-by: Sourabh Jain <[email protected]>
0 commit comments