Skip to content

Commit df59168

Browse files
committed
rcutorture: Right-size TREE10 CPU consumption
The number of CPUs is tuned to allow "4*CFLIST TREE10" on a large system, up from "3*CFLIST TREE10" previously. Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 19a8ff9 commit df59168

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/rcutorture/configs/rcu

1 file changed

+1
-1
lines changed

tools/testing/selftests/rcutorture/configs/rcu/TREE10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CONFIG_SMP=y
2-
CONFIG_NR_CPUS=100
2+
CONFIG_NR_CPUS=56
33
CONFIG_PREEMPT_NONE=y
44
CONFIG_PREEMPT_VOLUNTARY=n
55
CONFIG_PREEMPT=n

0 commit comments

Comments
 (0)