torture: Allow 1G of memory for torture.sh kvfree testing
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 29 Jan 2021 00:38:19 +0000 (16:38 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 8 Mar 2021 22:23:01 +0000 (14:23 -0800)
commit3d4977b68101b38c3f9d3be3d89e17ef1fdfc1d3
tree8e3b9c657a5d079b587cee636b2541d699ed44bb
parenta519d21480d330918bd522499a323432c31b6ec2
torture: Allow 1G of memory for torture.sh kvfree testing

Yes, I do recall a time when 512MB of memory was a lot of mass storage,
much less main memory, but the rcuscale kvfree_rcu() testing invoked by
torture.sh can sometimes exceed it on large systems, resulting in OOM.
This commit therefore causes torture.sh to pase the "--memory 1G"
argument to kvm.sh to reserve a full gigabyte for this purpose.

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