Changeset 8479

Show
Ignore:
Timestamp:
08/19/10 16:34:32 (3 years ago)
Author:
mtmoore
Message:

update genconfig to use appropriate PrecreateBatchSize? and PrecreateLowThreshold? values

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/Orange-Branch/src/apps/admin/pvfs2-genconfig

    r7959 r8479  
    212212    print $target "\tClientRetryLimit 5\n"; 
    213213    print $target "\tClientRetryDelayMilliSecs 2000\n"; 
    214     print $target "\tPrecreateBatchSize 512\n"; 
    215     print $target "\tPrecreateLowThreshold 256\n"; 
     214    print $target "\tPrecreateBatchSize 0,32,512,32,32,32,0\n"; 
     215    print $target "\tPrecreateLowThreshold 0,16,256,16,16,16,0\n"; 
    216216 
    217217    if(defined($default_storage))