diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2020-03-30 19:42:30 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-05-07 19:15:28 +0200 |
commit | df5916845dd6ee34ce40aaad5e7b61058720419c (patch) | |
tree | 132e509b2467dc817ba5b16d27e8ba7e3bd1544d /tools | |
parent | rcutorture: Add flag to produce non-busy-wait task stalls (diff) | |
download | linux-df5916845dd6ee34ce40aaad5e7b61058720419c.tar.xz linux-df5916845dd6ee34ce40aaad5e7b61058720419c.zip |
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 <paulmck@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/rcu/TREE10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TREE10 b/tools/testing/selftests/rcutorture/configs/rcu/TREE10 index 2debe7891aeb..7311f84a5876 100644 --- a/tools/testing/selftests/rcutorture/configs/rcu/TREE10 +++ b/tools/testing/selftests/rcutorture/configs/rcu/TREE10 @@ -1,5 +1,5 @@ CONFIG_SMP=y -CONFIG_NR_CPUS=100 +CONFIG_NR_CPUS=56 CONFIG_PREEMPT_NONE=y CONFIG_PREEMPT_VOLUNTARY=n CONFIG_PREEMPT=n |