From b2cff5b907e61ab82fa4a570b819f5fce6d07167 Mon Sep 17 00:00:00 2001 From: Charles Manning Date: Mon, 27 Sep 2010 12:24:58 +1300 Subject: [PATCH] yaffs Increase size of test tmpfs area The yaffs direct tests run in a tmpfs mount so that they run faster and don't hit the disk. The previous size was not enough to run all the tests in parallel. Increase to 2G bytes. Signed-off-by: Charles Manning --- direct/tests/launch_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/tests/launch_tests.sh b/direct/tests/launch_tests.sh index 1005ff2..b1119a6 100755 --- a/direct/tests/launch_tests.sh +++ b/direct/tests/launch_tests.sh @@ -10,7 +10,7 @@ iterations=100000 LAUNCHDIR=`pwd` RUNDIR=`pwd`/tmp mkdir $RUNDIR -sudo mount -t tmpfs none $RUNDIR +sudo mount -t tmpfs -osize=2G none $RUNDIR sudo chmod a+wr $RUNDIR -- 2.30.2