Whamcloud - gitweb
* changed parameter defaults
authoreeb <eeb>
Tue, 5 Oct 2004 09:32:04 +0000 (09:32 +0000)
committereeb <eeb>
Tue, 5 Oct 2004 09:32:04 +0000 (09:32 +0000)
lustre-iokit/sgpdd-survey/sgpdd-survey

index 464e701..75dcc65 100755 (executable)
@@ -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
 
 #####################################################################