rcutorture: Make kvm.sh allow more memory for --kasan runs
authorPaul E. McKenney <paulmck@kernel.org>
Sun, 27 Mar 2022 17:06:53 +0000 (10:06 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 20 Apr 2022 23:55:03 +0000 (16:55 -0700)
commit31015625768e6d8bc808a892b221b69afaaa8d07
treef324dee561acb5662d0cb381b30e6aa668a9acca
parentc7756fff4fa11611f81f0f3b1cb13f63b5d0f87e
rcutorture: Make kvm.sh allow more memory for --kasan runs

KASAN allots significant memory to track allocation state, and the amount
of memory has increased recently, which results in frequent OOMs on a
few of the rcutorture scenarios.  This commit therefore provides 2G of
memory for --kasan runs, up from the 512M default.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm.sh