From: Charles Manning Date: Sun, 26 Sep 2010 23:24:58 +0000 (+1300) Subject: yaffs Increase size of test tmpfs area X-Git-Tag: pre-name-change~5 X-Git-Url: http://aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=b2cff5b907e61ab82fa4a570b819f5fce6d07167 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 --- 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