From 9c3cefb425dfd276a471308bc3794ed21e1c17be Mon Sep 17 00:00:00 2001 From: eeb Date: Tue, 5 Oct 2004 09:32:04 +0000 Subject: [PATCH] * changed parameter defaults --- lustre-iokit/sgpdd-survey/sgpdd-survey | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre-iokit/sgpdd-survey/sgpdd-survey b/lustre-iokit/sgpdd-survey/sgpdd-survey index 464e701..75dcc65 100755 --- a/lustre-iokit/sgpdd-survey/sgpdd-survey +++ b/lustre-iokit/sgpdd-survey/sgpdd-survey @@ -26,9 +26,9 @@ crglo=1 crghi=256 # threads to share between concurrent regions per device -# NB survey skips over #thr < #regions and #thr > SG_MAX_QUEUE +# NB survey skips over #thr < #regions and #thr/#regions > SG_MAX_QUEUE thrlo=1 -thrhi=8192 +thrhi=4096 ##################################################################### -- 1.8.3.1