IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2010, 10:15:20 AM (16 years ago)
Author:
eugene
Message:

limit number of I/O tasks (destreak, dist); keep queues full

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/dist.pro

    r26985 r27005  
    158158     # stderr $LOGSUBDIR/dist.process.load.log
    159159
    160     $run = disttool -pendingcomponent -stage $DIST_STAGE:$currentStage
     160    $run = disttool -limit 15 -pendingcomponent -stage $DIST_STAGE:$currentStage
    161161    $currentStage ++
    162162    if ($currentStage >= $DIST_STAGE:n) set currentStage = 0
     
    176176      end
    177177    end
    178     add_poll_args run
     178    # add_poll_args run
    179179    add_poll_labels run
    180180    command $run
Note: See TracChangeset for help on using the changeset viewer.