torture: Allot 1G of memory for scftorture runs
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 21 Jul 2021 23:28:43 +0000 (16:28 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 16 Sep 2021 17:32:35 +0000 (10:32 -0700)
commitae3357ac11273fe1aad9c790febf179ef05b930a
tree9b08ea2ddebcc9fc0cbe97675dc2a921c9f76969
parent2010776f8ccb68b85efbade3f19a11b17fb33d74
torture: Allot 1G of memory for scftorture runs

By default, torture.sh allots 512M of memory for each guest OS.  However,
when running scftorture with KASAN, 1G is needed.  This commit therefore
causes torture.sh to provide the required 1G.

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