From fd3daffb57a72fab27b53d1d050083821e092632 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 14 Feb 2005 13:54:04 +0000 Subject: [PATCH] Ensure we do not oversubscribe freespace for AIO stress test (take 2). Merge of master-melb:xfs-cmds:21493a by kenmcd. --- 113 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/113 b/113 index c847733b9..78aecc46f 100755 --- a/113 +++ b/113 @@ -105,12 +105,12 @@ procs=20 _check_test_fs # the default -_do_test 1 "-I120m" $count 1 +_do_test 1 "-s 120m" $count 1 # and the default with multiprocess -_do_test 2 "-I10m" $count $procs +_do_test 2 "-s 10m" $count $procs # as above, but now using direct IO -_do_test 3 "-I10m -O" $count $procs +_do_test 3 "-s 10m -O" $count $procs exit -- 2.51.0