From d1a717ed189a1245af1f96ecb701cd869956ef75 Mon Sep 17 00:00:00 2001 From: Niu Yawei Date: Mon, 15 Dec 2014 21:59:55 -0500 Subject: [PATCH] LU-5773 test: reduce thread count Reduce thread count for the test_1c of obdfilter-survery test to prevent OOM on vm. Test-Parameters: alwaysuploadlogs \ envdefinitions=SLOW=yes,ENABLE_QUOTA=yes \ mdtfilesystemtype=ldiskfs mdsfilesystemtype=ldiskfs ostfilesystemtype=ldiskfs \ mdtcount=1 testlist=obdfilter-survey,obdfilter-survey,obdfilter-survey Signed-off-by: Niu Yawei Change-Id: I83926a538827dea6682bd0f84434ba5d351cfd88 Reviewed-on: http://review.whamcloud.com/13078 Tested-by: Jenkins Reviewed-by: Andreas Dilger Reviewed-by: Jian Yu Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/obdfilter-survey.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/obdfilter-survey.sh b/lustre/tests/obdfilter-survey.sh index cb54ca2..94a5182 100644 --- a/lustre/tests/obdfilter-survey.sh +++ b/lustre/tests/obdfilter-survey.sh @@ -164,7 +164,7 @@ test_1b () { run_test 1b "Object Storage Targets survey, async journal" test_1c () { - nobjlo=1 nobjhi=1 thrlo=128 thrhi=128 rszlo=1024 rszhi=1024 size=8192\ + nobjlo=1 nobjhi=1 thrlo=32 thrhi=32 rszlo=1024 rszhi=1024 size=8192\ obdflter_survey_run disk } run_test 1c "Object Storage Targets survey, big batch" -- 1.8.3.1