Commit 3afc6eb
committed
powerpc: Set nr_cpus=16 for kdump kernel
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 <sourabhjain@linux.ibm.com>1 parent d96a9a3 commit 3afc6eb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments