From: eeb Date: Tue, 5 Oct 2004 09:32:04 +0000 (+0000) Subject: * changed parameter defaults X-Git-Tag: 1.3.4~403 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=9c3cefb425dfd276a471308bc3794ed21e1c17be;p=fs%2Flustre-release.git * changed parameter defaults --- 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 #####################################################################